public class CustomAttributeDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomAttributeDefinition.Builder
Class to build instances of
CustomAttributeDefinition. |
| Constructor and Description |
|---|
CustomAttributeDefinition(String key,
JsonObject schema,
String name,
String description,
SourceApplication sourceApplication,
String visibility,
Integer version,
String updatedAt,
String createdAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getDescription()
Getter for Description.
|
String |
getKey()
Getter for Key.
|
String |
getName()
Getter for Name.
|
JsonObject |
getSchema()
Getter for Schema.
|
SourceApplication |
getSourceApplication()
Getter for SourceApplication.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
Integer |
getVersion()
Getter for Version.
|
String |
getVisibility()
Getter for Visibility.
|
int |
hashCode() |
CustomAttributeDefinition.Builder |
toBuilder()
Builds a new
CustomAttributeDefinition.Builder object. |
String |
toString()
Converts this CustomAttributeDefinition into string format.
|
public CustomAttributeDefinition(String key, JsonObject schema, String name, String description, SourceApplication sourceApplication, String visibility, Integer version, String updatedAt, String createdAt)
key - String value for key.schema - JsonObject value for schema.name - String value for name.description - String value for description.sourceApplication - SourceApplication value for sourceApplication.visibility - String value for visibility.version - Integer value for version.updatedAt - String value for updatedAt.createdAt - String value for createdAt.public String getKey()
public JsonObject getSchema()
public String getName()
public String getDescription()
public SourceApplication getSourceApplication()
public String getVisibility()
public Integer getVersion()
public String getUpdatedAt()
public String getCreatedAt()
public String toString()
public CustomAttributeDefinition.Builder toBuilder()
CustomAttributeDefinition.Builder object.
Creates the instance with the state of the current model.CustomAttributeDefinition.Builder objectCopyright © 2022. All rights reserved.