Package org.alfresco.rest.model
Class RestTagModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.utility.model.TagModel
org.alfresco.rest.model.RestTagModel
- All Implemented Interfaces:
IModelAssertion<RestTagModel>,IRestModel<RestTagModel>,org.alfresco.utility.model.Model
public class RestTagModel
extends org.alfresco.utility.model.TagModel
implements IRestModel<RestTagModel>
Handles single Tag Entry JSON response
"entry":
{
"tag":"addedtag-c7444-1474370805346"
"id":"f45c4d06-f4df-42d7-a118-29121557d284"
}
- Author:
- Corina Nechifor
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.alfresco.utility.model.TagModel
id, tag -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.utility.model.TagModel
getId, getTag, setId, setTagMethods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.rest.core.assertion.IModelAssertion
and, assertThat
-
Field Details
-
count
-
-
Constructor Details
-
RestTagModel
public RestTagModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestTagModel>
-
assertResponseIsNotEmpty
-
getCount
-
setCount
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classorg.alfresco.utility.model.TestModel
-
builder
-