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
Nested ClassesModifier and TypeClassDescriptionstatic classCustomMetadataAttributesAuditDetail.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
ConstructorsModifierConstructorDescriptionprotectedCustomMetadataAttributesAuditDetail(CustomMetadataAttributesAuditDetail.CustomMetadataAttributesAuditDetailBuilder<?, ?> b) -
Method Summary
Methods inherited from class com.atlan.model.core.CustomMetadataAttributes
getArchivedAttributes, getAttributes, isEmptyMethods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
toBuilderin classCustomMetadataAttributes
-
getTypeName
Unique name of the custom metadata set (structure).- Specified by:
getTypeNamein 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:
equalsin classCustomMetadataAttributes
-
canEqual
- Overrides:
canEqualin classCustomMetadataAttributes
-
hashCode
public int hashCode()- Overrides:
hashCodein classCustomMetadataAttributes
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classCustomMetadataAttributes
-