@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousDataWarehouseBackup extends Object
Deprecated. See AutonomousDatabaseBackup
for reference information about Autonomous Data Warehouse backups.
Note: Objects should always be created or deserialized using the AutonomousDataWarehouseBackup.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 AutonomousDataWarehouseBackup.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 |
AutonomousDataWarehouseBackup.Builder |
static class |
AutonomousDataWarehouseBackup.LifecycleState
The current state of the backup.
|
static class |
AutonomousDataWarehouseBackup.Type
The type of backup.
|
Constructor and Description |
---|
AutonomousDataWarehouseBackup(String id,
String compartmentId,
String autonomousDataWarehouseId,
String displayName,
AutonomousDataWarehouseBackup.Type type,
Boolean isAutomatic,
Date timeStarted,
Date timeEnded,
String lifecycleDetails,
AutonomousDataWarehouseBackup.LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousDataWarehouseBackup.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.
|
AutonomousDataWarehouseBackup.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.
|
AutonomousDataWarehouseBackup.Type |
getType()
The type of backup.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"id","compartmentId","autonomousDataWarehouseId","displayName","type","isAutomatic","timeStarted","timeEnded","lifecycleDetails","lifecycleState"}) @Deprecated public AutonomousDataWarehouseBackup(String id, String compartmentId, String autonomousDataWarehouseId, String displayName, AutonomousDataWarehouseBackup.Type type, Boolean isAutomatic, Date timeStarted, Date timeEnded, String lifecycleDetails, AutonomousDataWarehouseBackup.LifecycleState lifecycleState)
public static AutonomousDataWarehouseBackup.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 AutonomousDataWarehouseBackup.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 AutonomousDataWarehouseBackup.LifecycleState getLifecycleState()
The current state of the backup.
Copyright © 2016–2019. All rights reserved.