Package com.oracle.bmc.opsi.model
Class AddmDbRecommendationsTimeSeriesSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.opsi.model.AddmDbRecommendationsTimeSeriesSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class AddmDbRecommendationsTimeSeriesSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelADDM recommendation
 Note: Objects should always be created or deserialized using theAddmDbRecommendationsTimeSeriesSummary.Builder.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the AddmDbRecommendationsTimeSeriesSummary.Builder, which maintain a set of all explicitly set fields calledAddmDbRecommendationsTimeSeriesSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAddmDbRecommendationsTimeSeriesSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description AddmDbRecommendationsTimeSeriesSummary(String id, Integer taskId, String taskName, Date timestamp, Date timeAnalysisStarted, Date timeAnalysisEnded, String type, Double analysisDbTimeInSecs, Double analysisAvgActiveSessions, Double maxBenefitPercent, Double maxBenefitDbTimeInSecs, Double maxBenefitAvgActiveSessions, RelatedObjectTypeDetails relatedObject)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddmDbRecommendationsTimeSeriesSummary.Builderbuilder()Create a new builder.booleanequals(Object o)DoublegetAnalysisAvgActiveSessions()DB avg active sessions for the snapshotDoublegetAnalysisDbTimeInSecs()DB time in seconds for the snapshotStringgetId()The OCID of the Database insight.DoublegetMaxBenefitAvgActiveSessions()Maximum estimated benefit in terms of average active sessionsDoublegetMaxBenefitDbTimeInSecs()Maximum estimated benefit in terms of secondsDoublegetMaxBenefitPercent()Maximum estimated benefit in terms of percentage of total activityRelatedObjectTypeDetailsgetRelatedObject()IntegergetTaskId()Unique ADDM task idStringgetTaskName()ADDM task nameDategetTimeAnalysisEnded()End Timestamp of snapshotDategetTimeAnalysisStarted()Start Timestamp of snapshotDategetTimestamp()Timestamp when recommendation was generatedStringgetType()Type of recommendationinthashCode()AddmDbRecommendationsTimeSeriesSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AddmDbRecommendationsTimeSeriesSummary@Deprecated @ConstructorProperties({"id","taskId","taskName","timestamp","timeAnalysisStarted","timeAnalysisEnded","type","analysisDbTimeInSecs","analysisAvgActiveSessions","maxBenefitPercent","maxBenefitDbTimeInSecs","maxBenefitAvgActiveSessions","relatedObject"}) public AddmDbRecommendationsTimeSeriesSummary(String id, Integer taskId, String taskName, Date timestamp, Date timeAnalysisStarted, Date timeAnalysisEnded, String type, Double analysisDbTimeInSecs, Double analysisAvgActiveSessions, Double maxBenefitPercent, Double maxBenefitDbTimeInSecs, Double maxBenefitAvgActiveSessions, RelatedObjectTypeDetails relatedObject) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AddmDbRecommendationsTimeSeriesSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic AddmDbRecommendationsTimeSeriesSummary.Builder toBuilder() 
 - 
getTaskIdpublic Integer getTaskId() Unique ADDM task id- Returns:
- the value
 
 - 
getTaskNamepublic String getTaskName() ADDM task name- Returns:
- the value
 
 - 
getTimestamppublic Date getTimestamp() Timestamp when recommendation was generated- Returns:
- the value
 
 - 
getTimeAnalysisStartedpublic Date getTimeAnalysisStarted() Start Timestamp of snapshot- Returns:
- the value
 
 - 
getTimeAnalysisEndedpublic Date getTimeAnalysisEnded() End Timestamp of snapshot- Returns:
- the value
 
 - 
getTypepublic String getType() Type of recommendation- Returns:
- the value
 
 - 
getAnalysisDbTimeInSecspublic Double getAnalysisDbTimeInSecs() DB time in seconds for the snapshot- Returns:
- the value
 
 - 
getAnalysisAvgActiveSessionspublic Double getAnalysisAvgActiveSessions() DB avg active sessions for the snapshot- Returns:
- the value
 
 - 
getMaxBenefitPercentpublic Double getMaxBenefitPercent() Maximum estimated benefit in terms of percentage of total activity- Returns:
- the value
 
 - 
getMaxBenefitDbTimeInSecspublic Double getMaxBenefitDbTimeInSecs() Maximum estimated benefit in terms of seconds- Returns:
- the value
 
 - 
getMaxBenefitAvgActiveSessionspublic Double getMaxBenefitAvgActiveSessions() Maximum estimated benefit in terms of average active sessions- Returns:
- the value
 
 - 
getRelatedObjectpublic RelatedObjectTypeDetails getRelatedObject() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-