Package com.atlan.model.events
Class AtlanEventPayload
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.events.AtlanEventPayload
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssetCreatePayload
,AssetDeletePayload
,AssetUpdatePayload
,AtlanTagAddPayload
,AtlanTagDeletePayload
,CustomMetadataUpdatePayload
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
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
Modifier and TypeMethodDescriptionprotected boolean
boolean
getAsset()
Details of the asset that was impacted by the event.Time (epoch) the event was triggered in the source system, in milliseconds.Type of the operation the event contains a payload for.getType()
Type of the event payload.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AtlanEventPayload
-
-
Method Details
-
getType
Type of the event payload. -
getOperationType
Type of the operation the event contains a payload for. -
getEventTime
Time (epoch) the event was triggered in the source system, in milliseconds. -
getAsset
Details of the asset that was impacted by the event. Note that the details some operations (like custom metadata changes) are NOT included in this object, but only in the associated mutatedDetails. -
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
-