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 TypeMethodDescriptionand()getId()onModel()voidsetAuditApplicationId(String auditApplicationId) voidsetCreatedAt(String createdAt) voidsetCreatedByUser(RestByUserModel createdByUser) voidvoidMethods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
Constructor Details
-
RestAuditEntryModel
public RestAuditEntryModel()
-
-
Method Details
-
assertThat
- Specified by:
assertThatin interfaceIModelAssertion<RestAuditEntryModel>
-
and
- Specified by:
andin interfaceIModelAssertion<RestAuditEntryModel>
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestAuditEntryModel>
-
getValues
-
setValues
-
getId
-
setId
-
getAuditApplicationId
-
setAuditApplicationId
-
getCreatedByUser
-
setCreatedByUser
-
getCreatedAt
-
setCreatedAt
-