Package com.atlan.model.core
Class CustomMetadataAttributes
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.core.CustomMetadataAttributes
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CustomMetadataAttributesAuditDetail
Capture the attributes and values for a given set of custom metadata.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CustomMetadataAttributes.CustomMetadataAttributesBuilder<C extends CustomMetadataAttributes,
B extends CustomMetadataAttributes.CustomMetadataAttributesBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Mapping of archived custom metadata attributes to values, by human-readable names.Mapping of custom metadata attributes to values, all by human-readable names.int
hashCode()
boolean
isEmpty()
Quickly check if there are any custom metadata attributes defined.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
CustomMetadataAttributes
-
-
Method Details
-
isEmpty
public boolean isEmpty()Quickly check if there are any custom metadata attributes defined.- Returns:
- true if there are no custom metadata attributes defined, false if there are custom metadata attributes defined
-
builder
-
toBuilder
-
getAttributes
Mapping of custom metadata attributes to values, all by human-readable names. -
getArchivedAttributes
Mapping of archived custom metadata attributes to values, by human-readable names. Note that the names here will all be of the form<name>-archived-123456789
-
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-