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
Nested ClassesModifier and TypeClassDescriptionstatic classAtlanEventPayload.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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetAsset()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.inthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-