@Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public final class AttributeSummary extends Object
Summary of an entity attribute.
Note: Objects should always be created or deserialized using the AttributeSummary.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 AttributeSummary.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 |
AttributeSummary.Builder |
Constructor and Description |
---|
AttributeSummary(String key,
String displayName,
String description,
String entityKey,
String externalKey,
Long length,
Boolean isNullable,
String uri,
LifecycleState lifecycleState,
Date timeCreated,
String externalDataType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AttributeSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getDescription()
Detailed description of the attribute.
|
String |
getDisplayName()
A user-friendly display name.
|
String |
getEntityKey()
The unique key of the parent entity.
|
String |
getExternalDataType()
Data type of the attribute as defined in the external source system.
|
String |
getExternalKey()
Unique external key of this attribute in the external source system.
|
Boolean |
getIsNullable()
Property that identifies if this attribute can be assigned null values.
|
String |
getKey()
Unique attribute key that is immutable.
|
Long |
getLength()
Max allowed length of the attribute value.
|
LifecycleState |
getLifecycleState()
State of the attribute.
|
Date |
getTimeCreated()
The date and time the attribute was created, in the format defined by RFC3339.
|
String |
getUri()
URI to the attribute instance in the API.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"key","displayName","description","entityKey","externalKey","length","isNullable","uri","lifecycleState","timeCreated","externalDataType"}) @Deprecated public AttributeSummary(String key, String displayName, String description, String entityKey, String externalKey, Long length, Boolean isNullable, String uri, LifecycleState lifecycleState, Date timeCreated, String externalDataType)
public static AttributeSummary.Builder builder()
Create a new builder.
public String getKey()
Unique attribute key that is immutable.
public String getDisplayName()
A user-friendly display name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
public String getDescription()
Detailed description of the attribute.
public String getEntityKey()
The unique key of the parent entity.
public String getExternalKey()
Unique external key of this attribute in the external source system.
public Long getLength()
Max allowed length of the attribute value.
public Boolean getIsNullable()
Property that identifies if this attribute can be assigned null values.
public String getUri()
URI to the attribute instance in the API.
public LifecycleState getLifecycleState()
State of the attribute.
public Date getTimeCreated()
The date and time the attribute was created, in the format defined by RFC3339. Example: 2019-03-25T21:10:29.600Z
public String getExternalDataType()
Data type of the attribute as defined in the external source system.
Copyright © 2016–2020. All rights reserved.