Class ScopedPrice
java.lang.Object
com.commercetools.graphql.api.types.ScopedPrice
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionScopedPrice(String id, BaseMoney value, BaseMoney currentValue, String country, Reference customerGroupRef, CustomerGroup customerGroup, Reference channelRef, Channel channel, OffsetDateTime validFrom, OffsetDateTime validUntil, DiscountedProductSearchPriceValue discounted, CustomFieldsType custom) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getValue()inthashCode()static ScopedPrice.BuildervoidsetChannel(Channel channel) voidsetChannelRef(Reference channelRef) voidsetCountry(String country) voidsetCurrentValue(BaseMoney currentValue) voidsetCustom(CustomFieldsType custom) voidsetCustomerGroup(CustomerGroup customerGroup) voidsetCustomerGroupRef(Reference customerGroupRef) voidsetDiscounted(DiscountedProductSearchPriceValue discounted) voidvoidsetValidFrom(OffsetDateTime validFrom) voidsetValidUntil(OffsetDateTime validUntil) voidtoString()
-
Constructor Details
-
ScopedPrice
public ScopedPrice() -
ScopedPrice
public ScopedPrice(String id, BaseMoney value, BaseMoney currentValue, String country, Reference customerGroupRef, CustomerGroup customerGroup, Reference channelRef, Channel channel, OffsetDateTime validFrom, OffsetDateTime validUntil, DiscountedProductSearchPriceValue discounted, CustomFieldsType custom)
-
-
Method Details
-
getId
-
setId
-
getValue
-
setValue
-
getCurrentValue
-
setCurrentValue
-
getCountry
-
setCountry
-
getCustomerGroupRef
-
setCustomerGroupRef
-
getCustomerGroup
-
setCustomerGroup
-
getChannelRef
-
setChannelRef
-
getChannel
-
setChannel
-
getValidFrom
-
setValidFrom
-
getValidUntil
-
setValidUntil
-
getDiscounted
-
setDiscounted
-
getCustom
-
setCustom
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-