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 TypeMethodDescriptionand()getId()onModel()voidsetAggregate(RestAggregateModel aggregate) voidvoidsetMyRating(String myRating) voidsetRatedAt(String ratedAt) Methods inherited from class org.alfresco.utility.model.TestModel
setRandomValuesForAllFields, toInfo, toJson, toString
-
Constructor Details
-
RestRatingModel
public RestRatingModel()
-
-
Method Details
-
onModel
- Specified by:
onModelin interfaceIRestModel<RestRatingModel>
-
getAggregate
-
setAggregate
-
getId
-
setId
-
getRatedAt
-
setRatedAt
-
getMyRating
-
setMyRating
-
assertThat
- Specified by:
assertThatin interfaceIModelAssertion<RestRatingModel>
-
and
- Specified by:
andin interfaceIModelAssertion<RestRatingModel>
-