Class StandalonePriceTiersSet
java.lang.Object
com.commercetools.graphql.api.types.StandalonePriceTiersSet
- All Implemented Interfaces:
MessagePayload
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStandalonePriceTiersSet(List<ProductPriceTier> tiers, List<ProductPriceTier> previousTiers, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTiers()getType()inthashCode()voidsetPreviousTiers(List<ProductPriceTier> previousTiers) voidsetTiers(List<ProductPriceTier> tiers) voidtoString()
-
Constructor Details
-
StandalonePriceTiersSet
public StandalonePriceTiersSet() -
StandalonePriceTiersSet
public StandalonePriceTiersSet(List<ProductPriceTier> tiers, List<ProductPriceTier> previousTiers, String type)
-
-
Method Details
-
getTiers
-
setTiers
-
getPreviousTiers
-
setPreviousTiers
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-