Package com.atlan.model.search
Class CustomMetadataAttributesAuditDetail
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.core.CustomMetadataAttributes
com.atlan.model.search.CustomMetadataAttributesAuditDetail
- All Implemented Interfaces:
AuditDetail
,Serializable
public class CustomMetadataAttributesAuditDetail
extends CustomMetadataAttributes
implements AuditDetail
Capture the attributes and values for custom metadata as tracked through the audit log.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C extends CustomMetadataAttributesAuditDetail,
B extends CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.CustomMetadataAttributes
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
CustomMetadataAttributesAuditDetail
(CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<?, ?> b) -
Method Summary
Methods inherited from class com.atlan.model.core.CustomMetadataAttributes
getArchivedAttributes, getAttributes, isEmpty
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlan.model.search.AuditDetail
getRawJsonObject, setRawJsonObject
-
Constructor Details
-
CustomMetadataAttributesAuditDetail
protected CustomMetadataAttributesAuditDetail(CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<?, ?> b)
-
-
Method Details
-
builder
public static CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<?,?> builder() -
toBuilder
public CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<?,?> toBuilder()- Overrides:
toBuilder
in classCustomMetadataAttributes
-
getTypeName
Unique name of the custom metadata set (structure).- Specified by:
getTypeName
in interfaceAuditDetail
-
getEmpty
Indicates whether this custom metadata audit entry is empty, typically true when the custom metadata has since been deleted from Atlan. -
equals
- Overrides:
equals
in classCustomMetadataAttributes
-
canEqual
- Overrides:
canEqual
in classCustomMetadataAttributes
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCustomMetadataAttributes
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classCustomMetadataAttributes
-