@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousDataWarehouseBackupSummary extends Object
Deprecated. See autonomousDataWarehouseBackupSummary
for reference information about Autonomous Data Warehouse backups.
Warning:* Oracle recommends that you avoid using any confidential information when you supply string values using the API.
Note: Objects should always be created or deserialized using the AutonomousDataWarehouseBackupSummary.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 AutonomousDataWarehouseBackupSummary.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
AutonomousDataWarehouseBackupSummary.Builder |
static class |
AutonomousDataWarehouseBackupSummary.LifecycleState
The current state of the backup.
|
static class |
AutonomousDataWarehouseBackupSummary.Type
The type of backup.
|
Constructor and Description |
---|
AutonomousDataWarehouseBackupSummary(String id,
String compartmentId,
String autonomousDataWarehouseId,
String displayName,
AutonomousDataWarehouseBackupSummary.Type type,
Boolean isAutomatic,
Date timeStarted,
Date timeEnded,
String lifecycleDetails,
AutonomousDataWarehouseBackupSummary.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousDataWarehouseBackupSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getAutonomousDataWarehouseId()
The OCID of the Autonomous Data Warehouse.
|
String |
getCompartmentId()
The OCID of the compartment.
|
String |
getDisplayName()
The user-friendly name for the backup.
|
String |
getId()
The OCID of the Autonomous Data Warehouse backup.
|
Boolean |
getIsAutomatic()
Indicates whether the backup is user-initiated or automatic.
|
String |
getLifecycleDetails()
Additional information about the current lifecycle state.
|
AutonomousDataWarehouseBackupSummary.LifecycleState |
getLifecycleState()
The current state of the backup.
|
Date |
getTimeEnded()
The date and time the backup completed.
|
Date |
getTimeStarted()
The date and time the backup started.
|
AutonomousDataWarehouseBackupSummary.Type |
getType()
The type of backup.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","compartmentId","autonomousDataWarehouseId","displayName","type","isAutomatic","timeStarted","timeEnded","lifecycleDetails","lifecycleState"}) @Deprecated public AutonomousDataWarehouseBackupSummary(String id, String compartmentId, String autonomousDataWarehouseId, String displayName, AutonomousDataWarehouseBackupSummary.Type type, Boolean isAutomatic, Date timeStarted, Date timeEnded, String lifecycleDetails, AutonomousDataWarehouseBackupSummary.LifecycleState lifecycleState)
public static AutonomousDataWarehouseBackupSummary.Builder builder()
Create a new builder.
public String getAutonomousDataWarehouseId()
The OCID of the Autonomous Data Warehouse.
public String getDisplayName()
The user-friendly name for the backup. The name does not have to be unique.
public AutonomousDataWarehouseBackupSummary.Type getType()
The type of backup.
public Boolean getIsAutomatic()
Indicates whether the backup is user-initiated or automatic.
public Date getTimeStarted()
The date and time the backup started.
public Date getTimeEnded()
The date and time the backup completed.
public String getLifecycleDetails()
Additional information about the current lifecycle state.
public AutonomousDataWarehouseBackupSummary.LifecycleState getLifecycleState()
The current state of the backup.
Copyright © 2016–2020. All rights reserved.