Package org.alfresco.rest.model
Class RestDeploymentModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestDeploymentModel
- All Implemented Interfaces:
IModelAssertion<RestDeploymentModel>,IRestModel<RestDeploymentModel>,org.alfresco.utility.model.Model
public class RestDeploymentModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestDeploymentModel>
Handles single Deployment Entry JSON response
"entry": {
"id": "string",
"name": "string",
"category": "string",
"deployedAt": "2016-10-04T13:15:36.222Z"
}
Created by Claudia Agache on 10/4/2016.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getName()onModel()voidsetCategory(String category) voidsetDeployedAt(String deployedAt) 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
-
RestDeploymentModel
public RestDeploymentModel() -
RestDeploymentModel
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestDeploymentModel>
-
getName
-
setName
-
getId
-
setId
-
getCategory
-
setCategory
-
getDeployedAt
-
setDeployedAt
-