Class ProductPricesSet
java.lang.Object
com.commercetools.graphql.api.types.ProductPricesSet
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProductPricesSet(Integer variantId, List<ProductPrice> prices, Boolean staged, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()static ProductPricesSet.BuildervoidsetPrices(List<ProductPrice> prices) voidvoidvoidsetVariantId(Integer variantId) toString()
-
Constructor Details
-
ProductPricesSet
public ProductPricesSet() -
ProductPricesSet
-
-
Method Details
-
getVariantId
-
setVariantId
-
getPrices
-
setPrices
-
getStaged
-
setStaged
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-