Class ProductDiscountChangeValueActionImpl
java.lang.Object
com.commercetools.api.models.product_discount.ProductDiscountChangeValueActionImpl
- All Implemented Interfaces:
ProductDiscountChangeValueAction
,ProductDiscountUpdateAction
,ResourceUpdateAction<ProductDiscountUpdateAction>
,io.vrap.rmf.base.client.ModelBase
public class ProductDiscountChangeValueActionImpl
extends Object
implements ProductDiscountChangeValueAction, io.vrap.rmf.base.client.ModelBase
ProductDiscountChangeValueAction
-
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.api.models.product_discount.ProductDiscountChangeValueAction
CHANGE_VALUE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionString
Methods inherited from interface com.commercetools.api.models.product_discount.ProductDiscountChangeValueAction
withProductDiscountChangeValueAction
Methods inherited from interface com.commercetools.api.models.product_discount.ProductDiscountUpdateAction
withProductDiscountUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Constructor Details
-
ProductDiscountChangeValueActionImpl
public ProductDiscountChangeValueActionImpl()create empty instance
-
-
Method Details
-
getAction
- Specified by:
getAction
in interfaceProductDiscountUpdateAction
- Specified by:
getAction
in interfaceResourceUpdateAction<ProductDiscountUpdateAction>
- Returns:
- action
-
getValue
New value to set. Must not be empty.
- Specified by:
getValue
in interfaceProductDiscountChangeValueAction
- Returns:
- value
-
setValue
Description copied from interface:ProductDiscountChangeValueAction
New value to set. Must not be empty.
- Specified by:
setValue
in interfaceProductDiscountChangeValueAction
- Parameters:
value
- value to be set
-
equals
-
hashCode
public int hashCode()
-