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

  • Method Details

    • builder

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

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

      public Object getSource()
      TBC
    • getVersion

      public Object getVersion()
      TBC
    • getMsgCompressionKind

      public String getMsgCompressionKind()
      TBC
    • getMsgSplitIdx

      public Long getMsgSplitIdx()
      TBC
    • getMsgSplitCount

      public Long getMsgSplitCount()
      TBC
    • getMsgSourceIP

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

      public String getMsgCreatedBy()
      TBC
    • getMsgCreationTime

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

      public Boolean getSpooled()
      TBC
    • getPayload

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

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

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

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

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