Package com.atlan.model.events
Class AtlanEvent
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.events.AtlanEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAtlanEvent.AtlanEventBuilder<C extends AtlanEvent,B extends AtlanEvent.AtlanEventBuilder<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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanEvent.AtlanEventBuilder<?, ?> builder()protected booleanbooleanTBCTBCTimestamp (epoch) for when the event was created, in milliseconds.Originating IP address for the event.TBCTBCDetailed contents (payload) of the event.TBCTBCTBCinthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AtlanEvent
-
-
Method Details
-
builder
-
toBuilder
-
getSource
TBC -
getVersion
TBC -
getMsgCompressionKind
TBC -
getMsgSplitIdx
TBC -
getMsgSplitCount
TBC -
getMsgSourceIP
Originating IP address for the event. -
getMsgCreatedBy
TBC -
getMsgCreationTime
Timestamp (epoch) for when the event was created, in milliseconds. -
getSpooled
TBC -
getPayload
Detailed contents (payload) of the event. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-