Package com.oracle.bmc.opsi.model
Class AddmDbFindingsTimeSeriesSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.opsi.model.AddmDbFindingsTimeSeriesSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class AddmDbFindingsTimeSeriesSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelADDM findings time series data
 Note: Objects should always be created or deserialized using theAddmDbFindingsTimeSeriesSummary.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 AddmDbFindingsTimeSeriesSummary.Builder, which maintain a set of all explicitly set fields calledAddmDbFindingsTimeSeriesSummary.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 classAddmDbFindingsTimeSeriesSummary.Builder
 - 
Constructor SummaryConstructors Constructor Description AddmDbFindingsTimeSeriesSummary(String id, Integer taskId, String taskName, String findingId, Date timestamp, Date timeAnalysisStarted, Date timeAnalysisEnded, String categoryName, String categoryDisplayName, String name, String message, Double analysisDbTimeInSecs, Double analysisAvgActiveSessions, Double impactDbTimeInSecs, Double impactPercent, Double impactAvgActiveSessions)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddmDbFindingsTimeSeriesSummary.Builderbuilder()Create a new builder.booleanequals(Object o)DoublegetAnalysisAvgActiveSessions()DB avg active sessions for the snapshotDoublegetAnalysisDbTimeInSecs()DB time in seconds for the snapshotStringgetCategoryDisplayName()Category display nameStringgetCategoryName()Category nameStringgetFindingId()Unique finding idStringgetId()The OCID of the Database insight.DoublegetImpactAvgActiveSessions()Impact in terms of average active sessionsDoublegetImpactDbTimeInSecs()Impact in secondsDoublegetImpactPercent()Impact in terms of percentage of total activityStringgetMessage()Finding messageStringgetName()Finding nameIntegergetTaskId()Unique ADDM task idStringgetTaskName()ADDM task nameDategetTimeAnalysisEnded()End Timestamp of snapshotDategetTimeAnalysisStarted()Start Timestamp of snapshotDategetTimestamp()Timestamp when finding was generatedinthashCode()AddmDbFindingsTimeSeriesSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
AddmDbFindingsTimeSeriesSummary@Deprecated @ConstructorProperties({"id","taskId","taskName","findingId","timestamp","timeAnalysisStarted","timeAnalysisEnded","categoryName","categoryDisplayName","name","message","analysisDbTimeInSecs","analysisAvgActiveSessions","impactDbTimeInSecs","impactPercent","impactAvgActiveSessions"}) public AddmDbFindingsTimeSeriesSummary(String id, Integer taskId, String taskName, String findingId, Date timestamp, Date timeAnalysisStarted, Date timeAnalysisEnded, String categoryName, String categoryDisplayName, String name, String message, Double analysisDbTimeInSecs, Double analysisAvgActiveSessions, Double impactDbTimeInSecs, Double impactPercent, Double impactAvgActiveSessions) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static AddmDbFindingsTimeSeriesSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic AddmDbFindingsTimeSeriesSummary.Builder toBuilder() 
 - 
getTaskIdpublic Integer getTaskId() Unique ADDM task id- Returns:
- the value
 
 - 
getTaskNamepublic String getTaskName() ADDM task name- Returns:
- the value
 
 - 
getFindingIdpublic String getFindingId() Unique finding id- Returns:
- the value
 
 - 
getTimestamppublic Date getTimestamp() Timestamp when finding 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
 
 - 
getCategoryNamepublic String getCategoryName() Category name- Returns:
- the value
 
 - 
getCategoryDisplayNamepublic String getCategoryDisplayName() Category display name- Returns:
- the value
 
 - 
getNamepublic String getName() Finding name- Returns:
- the value
 
 - 
getMessagepublic String getMessage() Finding message- 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
 
 - 
getImpactDbTimeInSecspublic Double getImpactDbTimeInSecs() Impact in seconds- Returns:
- the value
 
 - 
getImpactPercentpublic Double getImpactPercent() Impact in terms of percentage of total activity- Returns:
- the value
 
 - 
getImpactAvgActiveSessionspublic Double getImpactAvgActiveSessions() Impact in terms of average active sessions- Returns:
- the value
 
 - 
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
 
 
- 
 
-