Class AdminEvent

java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AdminEvent
All Implemented Interfaces:
Serializable

public class AdminEvent extends AtlanObject
See Also:
  • Constructor Details

  • Method Details

    • builder

      public static AdminEvent.AdminEventBuilder<?,?> builder()
    • toBuilder

      public AdminEvent.AdminEventBuilder<?,?> toBuilder()
    • getOperationType

      public AdminOperationType getOperationType()
      Type of admin operation that occurred.
    • getRealmId

      public String getRealmId()
      Unique identifier of the realm in which the event occurred (usually default).
    • getRepresentation

      public String getRepresentation()
      Detailed resource that was created or changed as a result of the operation.
    • getResourcePath

      public String getResourcePath()
      Location of the resource that was created or changed as a result of the operation.
    • getResourceType

      public AdminResourceType getResourceType()
      Type of resource for the admin operation that occurred.
    • getTime

      public Long getTime()
      Time (epoch) when the admin operation occurred, in milliseconds.
    • getAuthDetails

      public AuthDetails getAuthDetails()
      Details of who carried out the operation.
    • 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