-
public final class PDAAdElement
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtypeprivate final Stringvalueprivate final List<CarouselAdElement>carouselCardsprivate final Integerwidthprivate final Integerheightprivate final List<ProductItem>productList
-
Constructor Summary
Constructors Constructor Description PDAAdElement(String type, String value, List<CarouselAdElement> carouselCards, Integer width, Integer height, List<ProductItem> productList)
-
Method Summary
Modifier and Type Method Description final StringgetType()final StringgetValue()final List<CarouselAdElement>getCarouselCards()final IntegergetWidth()final IntegergetHeight()final List<ProductItem>getProductList()final AdTypegetAdType()-
-
Constructor Detail
-
PDAAdElement
PDAAdElement(String type, String value, List<CarouselAdElement> carouselCards, Integer width, Integer height, List<ProductItem> productList)
-
-
Method Detail
-
getCarouselCards
final List<CarouselAdElement> getCarouselCards()
-
getProductList
final List<ProductItem> getProductList()
-
-
-
-