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.ExplicitlySetBmcModel
ADDM 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 Summary
Nested Classes Modifier and Type Class Description static class
AddmDbFindingsTimeSeriesSummary.Builder
-
Constructor Summary
Constructors 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddmDbFindingsTimeSeriesSummary.Builder
builder()
Create a new builder.boolean
equals(Object o)
Double
getAnalysisAvgActiveSessions()
DB avg active sessions for the snapshotDouble
getAnalysisDbTimeInSecs()
DB time in seconds for the snapshotString
getCategoryDisplayName()
Category display nameString
getCategoryName()
Category nameString
getFindingId()
Unique finding idString
getId()
The OCID of the Database insight.Double
getImpactAvgActiveSessions()
Impact in terms of average active sessionsDouble
getImpactDbTimeInSecs()
Impact in secondsDouble
getImpactPercent()
Impact in terms of percentage of total activityString
getMessage()
Finding messageString
getName()
Finding nameInteger
getTaskId()
Unique ADDM task idString
getTaskName()
ADDM task nameDate
getTimeAnalysisEnded()
End Timestamp of snapshotDate
getTimeAnalysisStarted()
Start Timestamp of snapshotDate
getTimestamp()
Timestamp when finding was generatedint
hashCode()
AddmDbFindingsTimeSeriesSummary.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static AddmDbFindingsTimeSeriesSummary.Builder builder()
Create a new builder.
-
toBuilder
public AddmDbFindingsTimeSeriesSummary.Builder toBuilder()
-
getTaskId
public Integer getTaskId()
Unique ADDM task id- Returns:
- the value
-
getTaskName
public String getTaskName()
ADDM task name- Returns:
- the value
-
getFindingId
public String getFindingId()
Unique finding id- Returns:
- the value
-
getTimestamp
public Date getTimestamp()
Timestamp when finding was generated- Returns:
- the value
-
getTimeAnalysisStarted
public Date getTimeAnalysisStarted()
Start Timestamp of snapshot- Returns:
- the value
-
getTimeAnalysisEnded
public Date getTimeAnalysisEnded()
End Timestamp of snapshot- Returns:
- the value
-
getCategoryName
public String getCategoryName()
Category name- Returns:
- the value
-
getCategoryDisplayName
public String getCategoryDisplayName()
Category display name- Returns:
- the value
-
getName
public String getName()
Finding name- Returns:
- the value
-
getMessage
public String getMessage()
Finding message- Returns:
- the value
-
getAnalysisDbTimeInSecs
public Double getAnalysisDbTimeInSecs()
DB time in seconds for the snapshot- Returns:
- the value
-
getAnalysisAvgActiveSessions
public Double getAnalysisAvgActiveSessions()
DB avg active sessions for the snapshot- Returns:
- the value
-
getImpactDbTimeInSecs
public Double getImpactDbTimeInSecs()
Impact in seconds- Returns:
- the value
-
getImpactPercent
public Double getImpactPercent()
Impact in terms of percentage of total activity- Returns:
- the value
-
getImpactAvgActiveSessions
public Double getImpactAvgActiveSessions()
Impact in terms of average active sessions- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public 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
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-