Class RecommendationItem
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.RecommendationItem
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class RecommendationItem
extends Object
A list of recommendation items. Every item is a product offering and its rank.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPriceItem(ProductOfferingPrice priceItem) atbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanThe base type for use in polymorphic collectionsA link to the schema describing a resource (for type extension).The class type of the actual resource (for type extension).@Valid ProductOfferingRefRecommended product offering@Valid List<ProductOfferingPrice>getPrice()Get priceThe rank of the list of recommended offering.inthashCode()offering(ProductOfferingRef offering) price(List<ProductOfferingPrice> price) voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetOffering(ProductOfferingRef offering) voidsetPrice(List<ProductOfferingPrice> price) voidsetPriority(Integer priority) toString()
-
Constructor Details
-
RecommendationItem
public RecommendationItem()
-
-
Method Details
-
priority
-
getPriority
The rank of the list of recommended offering.- Returns:
- priority
-
setPriority
-
offering
-
getOffering
Recommended product offering- Returns:
- offering
-
setOffering
-
price
-
addPriceItem
-
getPrice
Get price- Returns:
- price
-
setPrice
-
attype
-
getAttype
The class type of the actual resource (for type extension).- Returns:
- attype
-
setAttype
-
atschemaLocation
-
getAtschemaLocation
A link to the schema describing a resource (for type extension).- Returns:
- atschemaLocation
-
setAtschemaLocation
-
atbaseType
-
getAtbaseType
The base type for use in polymorphic collections- Returns:
- atbaseType
-
setAtbaseType
-
equals
-
hashCode
public int hashCode() -
toString
-