Class HistoricAddmResult
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemanagement.model.HistoricAddmResult
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class HistoricAddmResult extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details of the historic ADDM task.
 Note: Objects should always be created or deserialized using theHistoricAddmResult.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 theHistoricAddmResult.Builder, which maintain a set of all explicitly set fields calledHistoricAddmResult.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 classHistoricAddmResult.Builderstatic classHistoricAddmResult.HowCreatedA description of how the task was created.static classHistoricAddmResult.StatusThe status of the ADDM task.
 - 
Constructor SummaryConstructors Constructor Description HistoricAddmResult(Boolean isNewlyCreated, String taskName, Long taskId, String description, String dbUser, HistoricAddmResult.Status status, Date timeCreated, HistoricAddmResult.HowCreated howCreated, Date startSnapshotTime, Date endSnapshotTime, Long beginSnapshotId, Long endSnapshotId, Long findings)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricAddmResult.Builderbuilder()Create a new builder.booleanequals(Object o)LonggetBeginSnapshotId()The ID number of the beginning AWR snapshot.StringgetDbUser()The database user who owns the historic ADDM task.StringgetDescription()The description of the ADDM task.LonggetEndSnapshotId()The ID number of the ending AWR snapshot.DategetEndSnapshotTime()The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.LonggetFindings()The number of ADDM findings.HistoricAddmResult.HowCreatedgetHowCreated()A description of how the task was created.BooleangetIsNewlyCreated()Specifies whether the ADDM task returned had already existed or was newly created by the api call.DategetStartSnapshotTime()The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.HistoricAddmResult.StatusgetStatus()The status of the ADDM task.LonggetTaskId()The ID of the historic ADDM task.StringgetTaskName()The name of the historic ADDM task.DategetTimeCreated()The creation date of the ADDM task.inthashCode()HistoricAddmResult.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
HistoricAddmResult@Deprecated @ConstructorProperties({"isNewlyCreated","taskName","taskId","description","dbUser","status","timeCreated","howCreated","startSnapshotTime","endSnapshotTime","beginSnapshotId","endSnapshotId","findings"}) public HistoricAddmResult(Boolean isNewlyCreated, String taskName, Long taskId, String description, String dbUser, HistoricAddmResult.Status status, Date timeCreated, HistoricAddmResult.HowCreated howCreated, Date startSnapshotTime, Date endSnapshotTime, Long beginSnapshotId, Long endSnapshotId, Long findings) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static HistoricAddmResult.Builder builder() Create a new builder.
 - 
toBuilderpublic HistoricAddmResult.Builder toBuilder() 
 - 
getIsNewlyCreatedpublic Boolean getIsNewlyCreated() Specifies whether the ADDM task returned had already existed or was newly created by the api call.- Returns:
- the value
 
 - 
getTaskNamepublic String getTaskName() The name of the historic ADDM task.- Returns:
- the value
 
 - 
getTaskIdpublic Long getTaskId() The ID of the historic ADDM task.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() The description of the ADDM task.- Returns:
- the value
 
 - 
getDbUserpublic String getDbUser() The database user who owns the historic ADDM task.- Returns:
- the value
 
 - 
getStatuspublic HistoricAddmResult.Status getStatus() The status of the ADDM task.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The creation date of the ADDM task.- Returns:
- the value
 
 - 
getHowCreatedpublic HistoricAddmResult.HowCreated getHowCreated() A description of how the task was created.- Returns:
- the value
 
 - 
getStartSnapshotTimepublic Date getStartSnapshotTime() The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.- Returns:
- the value
 
 - 
getEndSnapshotTimepublic Date getEndSnapshotTime() The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.- Returns:
- the value
 
 - 
getBeginSnapshotIdpublic Long getBeginSnapshotId() The ID number of the beginning AWR snapshot.- Returns:
- the value
 
 - 
getEndSnapshotIdpublic Long getEndSnapshotId() The ID number of the ending AWR snapshot.- Returns:
- the value
 
 - 
getFindingspublic Long getFindings() The number of ADDM findings.- 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
 
 
- 
 
-