@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class DataSafePrivateEndpointSummary extends Object
Summary of a Data Safe private endpoint.
Note: Objects should always be created or deserialized using the DataSafePrivateEndpointSummary.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 DataSafePrivateEndpointSummary.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 |
DataSafePrivateEndpointSummary.Builder |
Constructor and Description |
---|
DataSafePrivateEndpointSummary(String id,
String displayName,
String compartmentId,
String vcnId,
String subnetId,
String privateEndpointId,
String description,
Date timeCreated,
LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DataSafePrivateEndpointSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
The OCID of the compartment.
|
String |
getDescription()
The description of the private endpoint.
|
String |
getDisplayName()
The display name of the private endpoint.
|
String |
getId()
The OCID of the Data Safe private endpoint.
|
LifecycleState |
getLifecycleState()
The current state of the private endpoint.
|
String |
getPrivateEndpointId()
The OCID of the private endpoint.
|
String |
getSubnetId()
The OCID of the subnet.
|
Date |
getTimeCreated()
The date and time the private endpoint was created, in the format defined by RFC3339.
|
String |
getVcnId()
The OCID of the VCN.
|
int |
hashCode() |
DataSafePrivateEndpointSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","displayName","compartmentId","vcnId","subnetId","privateEndpointId","description","timeCreated","lifecycleState"}) @Deprecated public DataSafePrivateEndpointSummary(String id, String displayName, String compartmentId, String vcnId, String subnetId, String privateEndpointId, String description, Date timeCreated, LifecycleState lifecycleState)
public static DataSafePrivateEndpointSummary.Builder builder()
Create a new builder.
public DataSafePrivateEndpointSummary.Builder toBuilder()
public String getId()
The OCID of the Data Safe private endpoint.
public String getDisplayName()
The display name of the private endpoint.
public String getCompartmentId()
The OCID of the compartment.
public String getVcnId()
The OCID of the VCN.
public String getSubnetId()
The OCID of the subnet.
public String getPrivateEndpointId()
The OCID of the private endpoint.
public String getDescription()
The description of the private endpoint.
public Date getTimeCreated()
The date and time the private endpoint was created, in the format defined by RFC3339.
public LifecycleState getLifecycleState()
The current state of the private endpoint.
Copyright © 2016–2021. All rights reserved.