Package com.atlan.model.events
Class CustomMetadataUpdatePayload
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.events.AtlanEventPayload
com.atlan.model.events.CustomMetadataUpdatePayload
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CustomMetadataUpdatePayload.CustomMetadataUpdatePayloadBuilder<C extends CustomMetadataUpdatePayload,
B extends CustomMetadataUpdatePayload.CustomMetadataUpdatePayloadBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.events.AtlanEventPayload
AtlanEventPayload.AtlanEventPayloadBuilder<C extends AtlanEventPayload,
B extends AtlanEventPayload.AtlanEventPayloadBuilder<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
Methods inherited from class com.atlan.model.events.AtlanEventPayload
getAsset, getEventTime
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
CustomMetadataUpdatePayload
protected CustomMetadataUpdatePayload(CustomMetadataUpdatePayload.CustomMetadataUpdatePayloadBuilder<?, ?> b)
-
-
Method Details
-
builder
-
toBuilder
-
getMutatedDetails
Map of custom metadata attributes and values defined on the asset. The map is keyed by the human-readable name of the custom metadata set, and the values are a further mapping from human-readable attribute name to the value for that attribute as provided when updating this asset. -
equals
- Overrides:
equals
in classAtlanEventPayload
-
canEqual
- Overrides:
canEqual
in classAtlanEventPayload
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanEventPayload
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanEventPayload
-
getType
Fixed type for asset-related events.- Overrides:
getType
in classAtlanEventPayload
-
getOperationType
Fixed operation for custom metadata update payloads.- Overrides:
getOperationType
in classAtlanEventPayload
-