@Generated(value="OracleSDKGenerator", comments="API Version: 20171215") public final class ExportSetSummary extends ExplicitlySetBmcModel
Summary information for an export set.
ExportSetSummary.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 ExportSetSummary.Builder
, which maintain a set of all explicitly set fields called
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
ExportSetSummary.Builder |
static class |
ExportSetSummary.LifecycleState
The current state of the export set.
|
Constructor and Description |
---|
ExportSetSummary(String availabilityDomain,
String compartmentId,
String displayName,
String id,
ExportSetSummary.LifecycleState lifecycleState,
Date timeCreated,
String vcnId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExportSetSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAvailabilityDomain()
The availability domain the export set is in.
|
String |
getCompartmentId()
The OCID of the compartment that contains the export set.
|
String |
getDisplayName()
A user-friendly name.
|
String |
getId()
The OCID of the export set.
|
ExportSetSummary.LifecycleState |
getLifecycleState()
The current state of the export set.
|
Date |
getTimeCreated()
The date and time the export set was created, expressed
in RFC 3339 timestamp format.
|
String |
getVcnId()
The OCID of the virtual cloud network (VCN) the export set is in.
|
int |
hashCode() |
ExportSetSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"availabilityDomain","compartmentId","displayName","id","lifecycleState","timeCreated","vcnId"}) public ExportSetSummary(String availabilityDomain, String compartmentId, String displayName, String id, ExportSetSummary.LifecycleState lifecycleState, Date timeCreated, String vcnId)
public static ExportSetSummary.Builder builder()
Create a new builder.
public ExportSetSummary.Builder toBuilder()
public String getAvailabilityDomain()
The availability domain the export set is in. May be unset as a blank or NULL value.
Example: Uocm:PHX-AD-1
public String getCompartmentId()
The OCID of the compartment that contains the export set.
public String getDisplayName()
A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
Example: My export set
public ExportSetSummary.LifecycleState getLifecycleState()
The current state of the export set.
public Date getTimeCreated()
The date and time the export set was created, expressed in RFC 3339 timestamp format.
Example: 2016-08-25T21:10:29.600Z
public String getVcnId()
The OCID of the virtual cloud network (VCN) the export set is in.
public String toString()
toString
in class ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2022. All rights reserved.