Package com.oracle.bmc.datascience.model
Class BackupOperationDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datascience.model.BackupOperationDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class BackupOperationDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelBackup operation details of the model.
 Note: Objects should always be created or deserialized using theBackupOperationDetails.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 theBackupOperationDetails.Builder, which maintain a set of all explicitly set fields calledBackupOperationDetails.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 classBackupOperationDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description BackupOperationDetails(Date timeLastBackup, ModelSettingActionState backupState, String backupStateDetails)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackupOperationDetails.Builderbuilder()Create a new builder.booleanequals(Object o)ModelSettingActionStategetBackupState()The backup status of the model.StringgetBackupStateDetails()The backup execution status details of the model.DategetTimeLastBackup()The last backup execution time of the model.inthashCode()BackupOperationDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
BackupOperationDetails@Deprecated @ConstructorProperties({"timeLastBackup","backupState","backupStateDetails"}) public BackupOperationDetails(Date timeLastBackup, ModelSettingActionState backupState, String backupStateDetails) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static BackupOperationDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic BackupOperationDetails.Builder toBuilder() 
 - 
getTimeLastBackuppublic Date getTimeLastBackup() The last backup execution time of the model.- Returns:
- the value
 
 - 
getBackupStatepublic ModelSettingActionState getBackupState() The backup status of the model.- Returns:
- the value
 
 - 
getBackupStateDetailspublic String getBackupStateDetails() The backup execution status details of the model.- 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
 
 
- 
 
-