Package com.enonic.xp.audit
Class LogAuditLogParams
- java.lang.Object
-
- com.enonic.xp.audit.LogAuditLogParams
-
public class LogAuditLogParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogAuditLogParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAuditLogParams.Builder
create()
boolean
equals(Object o)
PropertyTree
getData()
AuditLogUris
getObjectUris()
String
getSource()
Instant
getTime()
String
getType()
PrincipalKey
getUser()
int
hashCode()
-
-
-
Method Detail
-
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 LogAuditLogParams.Builder create()
-
-