Package org.alfresco.rest.api.model
Class AuditEntry
java.lang.Object
org.alfresco.rest.api.model.AuditEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date
protected UserInfo
protected Map<String,
Serializable> -
Constructor Summary
ConstructorsConstructorDescriptionAuditEntry
(Long id, String auditApplicationId, UserInfo createdByUser, Date createdAt, Map<String, Serializable> values2) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setAuditApplicationId
(String auditApplicationId) void
setCreatedAt
(Date createdAt) void
setCreatedByUser
(UserInfo createdByUser) void
void
setValues
(Map<String, Serializable> values)
-
Field Details
-
createdByUser
-
createdAt
-
values
-
-
Constructor Details
-
AuditEntry
public AuditEntry() -
AuditEntry
-
-
Method Details
-
getId
-
setId
-
getAuditApplicationId
-
setAuditApplicationId
-
getCreatedByUser
-
setCreatedByUser
-
getCreatedAt
-
setCreatedAt
-
getValues
-
setValues
-