Package org.alfresco.rest.model
Class RestAuditEntryModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestAuditEntryModel
- All Implemented Interfaces:
IModelAssertion<RestAuditEntryModel>,IRestModel<RestAuditEntryModel>,org.alfresco.utility.model.Model
public class RestAuditEntryModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestAuditEntryModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()onModel()voidsetAuditApplicationId(String auditApplicationId) voidsetCreatedAt(String createdAt) voidsetCreatedByUser(RestByUserModel createdByUser) voidvoidMethods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Constructor Details
-
RestAuditEntryModel
public RestAuditEntryModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestAuditEntryModel>
-
getValues
-
setValues
-
getId
-
setId
-
getAuditApplicationId
-
setAuditApplicationId
-
getCreatedByUser
-
setCreatedByUser
-
getCreatedAt
-
setCreatedAt
-