Class AtlanEvent

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.events.AtlanEvent
All Implemented Interfaces:
Serializable

public class AtlanEvent extends AtlanObject
See Also:
  • Constructor Details Link icon

  • Method Details Link icon

    • builder Link icon

      public static AtlanEvent.AtlanEventBuilder<?,?> builder()
    • toBuilder Link icon

      public AtlanEvent.AtlanEventBuilder<?,?> toBuilder()
    • getSource Link icon

      public Object getSource()
      TBC
    • getVersion Link icon

      public Object getVersion()
      TBC
    • getMsgCompressionKind Link icon

      public String getMsgCompressionKind()
      TBC
    • getMsgSplitIdx Link icon

      public Long getMsgSplitIdx()
      TBC
    • getMsgSplitCount Link icon

      public Long getMsgSplitCount()
      TBC
    • getMsgSourceIP Link icon

      public String getMsgSourceIP()
      Originating IP address for the event.
    • getMsgCreatedBy Link icon

      public String getMsgCreatedBy()
      TBC
    • getMsgCreationTime Link icon

      public Long getMsgCreationTime()
      Timestamp (epoch) for when the event was created, in milliseconds.
    • getSpooled Link icon

      public Boolean getSpooled()
      TBC
    • getPayload Link icon

      public AtlanEventPayload getPayload()
      Detailed contents (payload) of the event.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class AtlanObject
    • canEqual Link icon

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class AtlanObject
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class AtlanObject
    • toString Link icon

      public String toString()
      Description copied from class: AtlanObject
      Overrides:
      toString in class AtlanObject