Package com.enonic.xp.audit
Class AuditLog
- java.lang.Object
-
- com.enonic.xp.audit.AuditLog
-
public class AuditLog extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAuditLog.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AuditLog.Buildercreate()booleanequals(Object o)PropertyTreegetData()AuditLogIdgetId()AuditLogUrisgetObjectUris()StringgetSource()InstantgetTime()StringgetType()PrincipalKeygetUser()inthashCode()
-
-
-
Method Detail
-
getId
public AuditLogId getId()
-
getType
public String getType()
-
getTime
public Instant getTime()
-
getSource
public String getSource()
-
getUser
public PrincipalKey getUser()
-
getObjectUris
public AuditLogUris getObjectUris()
-
getData
public PropertyTree getData()
-
create
public static AuditLog.Builder create()
-
-