Class ReviewRatingSet
java.lang.Object
com.commercetools.graphql.api.types.ReviewRatingSet
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionReviewRatingSet(Integer oldRating, Integer newRating, Boolean includedInStatistics, ReviewTarget target, Reference targetRef, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static ReviewRatingSet.BuildervoidsetIncludedInStatistics(Boolean includedInStatistics) voidsetNewRating(Integer newRating) voidsetOldRating(Integer oldRating) voidsetTarget(ReviewTarget target) voidsetTargetRef(Reference targetRef) voidtoString()
-
Constructor Details
-
ReviewRatingSet
public ReviewRatingSet() -
ReviewRatingSet
-
-
Method Details
-
getOldRating
-
setOldRating
-
getNewRating
-
setNewRating
-
getIncludedInStatistics
-
setIncludedInStatistics
-
getTarget
-
setTarget
-
getTargetRef
-
setTargetRef
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-