Package org.alfresco.rest.model
Class RestRatingModel
java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestRatingModel
- All Implemented Interfaces:
IModelAssertion<RestRatingModel>,IRestModel<RestRatingModel>,org.alfresco.utility.model.Model
public class RestRatingModel
extends org.alfresco.utility.model.TestModel
implements IRestModel<RestRatingModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()onModel()voidsetAggregate(RestAggregateModel aggregate) voidvoidsetMyRating(String myRating) voidsetRatedAt(String ratedAt) Methods 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
-
RestRatingModel
public RestRatingModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestRatingModel>
-
getAggregate
-
setAggregate
-
getId
-
setId
-
getRatedAt
-
setRatedAt
-
getMyRating
-
setMyRating
-