public class CustomAttribute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomAttribute.Builder
Class to build instances of
CustomAttribute. |
| Constructor and Description |
|---|
CustomAttribute(String key,
JsonValue value,
Integer version,
String visibility,
CustomAttributeDefinition definition,
String updatedAt,
String createdAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatedAt()
Getter for CreatedAt.
|
CustomAttributeDefinition |
getDefinition()
Getter for Definition.
|
String |
getKey()
Getter for Key.
|
String |
getUpdatedAt()
Getter for UpdatedAt.
|
JsonValue |
getValue()
Getter for Value.
|
Integer |
getVersion()
Getter for Version.
|
String |
getVisibility()
Getter for Visibility.
|
int |
hashCode() |
CustomAttribute.Builder |
toBuilder()
Builds a new
CustomAttribute.Builder object. |
String |
toString()
Converts this CustomAttribute into string format.
|
public CustomAttribute(String key, JsonValue value, Integer version, String visibility, CustomAttributeDefinition definition, String updatedAt, String createdAt)
key - String value for key.value - JsonValue value for value.version - Integer value for version.visibility - String value for visibility.definition - CustomAttributeDefinition value for definition.updatedAt - String value for updatedAt.createdAt - String value for createdAt.public String getKey()
public JsonValue getValue()
public Integer getVersion()
public String getVisibility()
public CustomAttributeDefinition getDefinition()
public String getUpdatedAt()
public String getCreatedAt()
public String toString()
public CustomAttribute.Builder toBuilder()
CustomAttribute.Builder object.
Creates the instance with the state of the current model.CustomAttribute.Builder objectCopyright © 2022. All rights reserved.