Class ProductOfferingRef
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.ProductOfferingRef
- Direct Known Subclasses:
ProductOfferingRecommendationRef
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class ProductOfferingRef
extends Object
ProductOffering reference. A product offering represents entities that are orderable from the provider of the catalog, this resource includes pricing information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariantOptionItem(VariantOption variantOptionItem) atreferredType(String atreferredType) booleanType (class) of the product offeringType (class) of the product offeringgetHref()Reference of the product offering@NotNull StringgetId()Unique identifier of the product offering@Valid AttachmentgetImage()Thumbnail image of the product offeringgetName()Name of the product offering@Valid List<VariantOption>Variant options, in case of a variant product offering.inthashCode()image(Attachment image) voidsetAtreferredType(String atreferredType) voidvoidvoidvoidsetImage(Attachment image) voidvoidsetVariantOption(List<VariantOption> variantOption) toString()variantOption(List<VariantOption> variantOption)
-
Constructor Details
-
ProductOfferingRef
public ProductOfferingRef()
-
-
Method Details
-
id
-
getId
Unique identifier of the product offering- Returns:
- id
-
setId
-
href
-
getHref
Reference of the product offering- Returns:
- href
-
setHref
-
name
-
getName
Name of the product offering- Returns:
- name
-
setName
-
image
-
getImage
Thumbnail image of the product offering- Returns:
- image
-
setImage
-
variantOption
-
addVariantOptionItem
-
getVariantOption
Variant options, in case of a variant product offering.- Returns:
- variantOption
-
setVariantOption
-
atreferredType
-
getAtreferredType
Type (class) of the product offering- Returns:
- atreferredType
-
setAtreferredType
-
attype
-
getAttype
Type (class) of the product offering- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-