Class ProductPriceAdded
java.lang.Object
com.commercetools.graphql.api.types.ProductPriceAdded
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductPriceAdded(Integer variantId, ProductPrice price, Boolean staged, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPrice()getType()inthashCode()static ProductPriceAdded.BuildervoidsetPrice(ProductPrice price) voidvoidvoidsetVariantId(Integer variantId) toString()
-
Constructor Details
-
ProductPriceAdded
public ProductPriceAdded() -
ProductPriceAdded
-
-
Method Details
-
getVariantId
-
setVariantId
-
getPrice
-
setPrice
-
getStaged
-
setStaged
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-