Class ReviewLabelImpl
java.lang.Object
com.commercetools.history.models.label.ReviewLabelImpl
- All Implemented Interfaces:
Label,ReviewLabel,io.vrap.rmf.base.client.ModelBase
public class ReviewLabelImpl
extends Object
implements ReviewLabel, io.vrap.rmf.base.client.ModelBase
ReviewLabel
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Field Summary
Fields inherited from interface com.commercetools.history.models.label.ReviewLabel
REVIEW_LABEL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.label.ReviewLabel
withReviewLabel
-
Constructor Details
-
ReviewLabelImpl
public ReviewLabelImpl()create empty instance
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLabel- Specified by:
getTypein interfaceReviewLabel- Returns:
- type
-
getKey
User-defined unique identifier of the Review.
- Specified by:
getKeyin interfaceReviewLabel- Returns:
- key
-
getTitle
Title of the Review.
- Specified by:
getTitlein interfaceReviewLabel- Returns:
- title
-
setKey
Description copied from interface:ReviewLabelUser-defined unique identifier of the Review.
- Specified by:
setKeyin interfaceReviewLabel- Parameters:
key- value to be set
-
setTitle
Description copied from interface:ReviewLabelTitle of the Review.
- Specified by:
setTitlein interfaceReviewLabel- Parameters:
title- value to be set
-
equals
-
hashCode
-