Package com.atlan.model.search
Class EntityAudit
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.search.EntityAudit
- All Implemented Interfaces:
Serializable
Detailed entry in the audit log. These objects should be treated as immutable.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
EntityAudit.EntityAuditBuilder<C extends EntityAudit,
B extends EntityAudit.EntityAuditBuilder<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 EntityAudit.EntityAuditBuilder<?,
?> builder()
protected boolean
boolean
The type of activity that was done.Time (epoch) at which the activity completed, in milliseconds.Details of the activity.Unused.Unused.Minimal details about the asset that was acted upon.Unique identifier (GUID) of the asset.Unique name of the asset.Unique identifier of the activity.Headers detailing how the action was taken, if not by a user.Time (epoch) at which the activity started, in milliseconds.getType()
Unused.Type of the asset.getUser()
User who carried out the activity.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
EntityAudit
-
-
Method Details
-
builder
-
toBuilder
-
getEntityQualifiedName
Unique name of the asset. -
getTypeName
Type of the asset. -
getEntityId
Unique identifier (GUID) of the asset. -
getTimestamp
Time (epoch) at which the activity started, in milliseconds. -
getCreated
Time (epoch) at which the activity completed, in milliseconds. -
getUser
User who carried out the activity. -
getAction
The type of activity that was done. -
getDetails
Unused. -
getEventKey
Unique identifier of the activity. -
getEntity
Unused. -
getType
Unused. -
getDetail
Details of the activity. In practice this will either be details about an Atlan tag (for Atlan tag- related actions) or an asset (for other actions). -
getEntityDetail
Minimal details about the asset that was acted upon. Note that this contains current details about the asset, not the state of the asset immediately before or after the given activity. -
getHeaders
Headers detailing how the action was taken, if not by a user. -
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
-