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
Modifier and TypeClassDescriptionstatic class
AtlanEvent.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
-
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanEvent.AtlanEventBuilder<?,
?> builder()
protected boolean
boolean
TBCTBCTimestamp (epoch) for when the event was created, in milliseconds.Originating IP address for the event.TBCTBCDetailed contents (payload) of the event.TBCTBCTBCint
hashCode()
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:
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
-