Package com.atlan.model.admin
Class AdminEvent
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AdminEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AdminEvent.AdminEventBuilder<C extends AdminEvent,
B extends AdminEvent.AdminEventBuilder<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 AdminEvent.AdminEventBuilder<?,
?> builder()
protected boolean
boolean
Details of who carried out the operation.Type of admin operation that occurred.Unique identifier of the realm in which the event occurred (usuallydefault
).Detailed resource that was created or changed as a result of the operation.Location of the resource that was created or changed as a result of the operation.Type of resource for the admin operation that occurred.getTime()
Time (epoch) when the admin operation occurred, in milliseconds.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AdminEvent
-
-
Method Details
-
builder
-
toBuilder
-
getOperationType
Type of admin operation that occurred. -
getRealmId
Unique identifier of the realm in which the event occurred (usuallydefault
). -
getRepresentation
Detailed resource that was created or changed as a result of the operation. -
getResourcePath
Location of the resource that was created or changed as a result of the operation. -
getResourceType
Type of resource for the admin operation that occurred. -
getTime
Time (epoch) when the admin operation occurred, in milliseconds. -
getAuthDetails
Details of who carried out the operation. -
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
-