Package com.enonic.xp.audit
Class AuditLog
- java.lang.Object
-
- com.enonic.xp.audit.AuditLog
-
public class AuditLog extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuditLog.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditLog.Builder
create()
boolean
equals(java.lang.Object o)
PropertyTree
getData()
AuditLogId
getId()
AuditLogUris
getObjectUris()
java.lang.String
getSource()
java.time.Instant
getTime()
java.lang.String
getType()
PrincipalKey
getUser()
int
hashCode()
-
-
-
Method Detail
-
getId
public AuditLogId getId()
-
getType
public java.lang.String getType()
-
getTime
public java.time.Instant getTime()
-
getSource
public java.lang.String getSource()
-
getUser
public PrincipalKey getUser()
-
getObjectUris
public AuditLogUris getObjectUris()
-
getData
public PropertyTree getData()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
create
public static AuditLog.Builder create()
-
-