Class VariantValuesImpl
java.lang.Object
com.commercetools.api.models.error.VariantValuesImpl
- All Implemented Interfaces:
VariantValues,io.vrap.rmf.base.client.ModelBase
public class VariantValuesImpl
extends Object
implements VariantValues, io.vrap.rmf.base.client.ModelBase
VariantValues
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyDeep()booleanAttributes of the ProductVariant.Embedded Prices of the ProductVariant.getSku()SKU of the ProductVariant.inthashCode()voidsetAttributes(Attribute... attributes) Attributes of the ProductVariant.voidsetAttributes(List<Attribute> attributes) Attributes of the ProductVariant.voidsetPrices(PriceDraft... prices) Embedded Prices of the ProductVariant.voidsetPrices(List<PriceDraft> prices) Embedded Prices of the ProductVariant.voidSKU of the ProductVariant.toString()Methods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.api.models.error.VariantValues
withVariantValues
-
Constructor Details
-
VariantValuesImpl
public VariantValuesImpl()create empty instance
-
-
Method Details
-
getSku
SKU of the ProductVariant.
- Specified by:
getSkuin interfaceVariantValues- Returns:
- sku
-
getPrices
Embedded Prices of the ProductVariant.
- Specified by:
getPricesin interfaceVariantValues- Returns:
- prices
-
getAttributes
Attributes of the ProductVariant.
- Specified by:
getAttributesin interfaceVariantValues- Returns:
- attributes
-
setSku
Description copied from interface:VariantValuesSKU of the ProductVariant.
- Specified by:
setSkuin interfaceVariantValues- Parameters:
sku- value to be set
-
setPrices
Description copied from interface:VariantValuesEmbedded Prices of the ProductVariant.
- Specified by:
setPricesin interfaceVariantValues- Parameters:
prices- values to be set
-
setPrices
Description copied from interface:VariantValuesEmbedded Prices of the ProductVariant.
- Specified by:
setPricesin interfaceVariantValues- Parameters:
prices- values to be set
-
setAttributes
Description copied from interface:VariantValuesAttributes of the ProductVariant.
- Specified by:
setAttributesin interfaceVariantValues- Parameters:
attributes- values to be set
-
setAttributes
Description copied from interface:VariantValuesAttributes of the ProductVariant.
- Specified by:
setAttributesin interfaceVariantValues- Parameters:
attributes- values to be set
-
equals
-
hashCode
public int hashCode() -
toString
-
copyDeep
- Specified by:
copyDeepin interfaceVariantValues
-