-
public final class AdElement
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final Integerheightprivate final Integerwidthprivate final Stringtypeprivate final Stringdestination_urlprivate final List<LandingProductList>landing_product_listprivate final Integervideo_progress_secprivate final Integerclose_button_sec
-
Method Summary
Modifier and Type Method Description final StringgetValue()final IntegergetHeight()final IntegergetWidth()final StringgetType()final StringgetDestination_url()final List<LandingProductList>getLanding_product_list()final IntegergetVideo_progress_sec()final IntegergetClose_button_sec()-
-
Method Detail
-
getDestination_url
final String getDestination_url()
-
getLanding_product_list
final List<LandingProductList> getLanding_product_list()
-
getVideo_progress_sec
final Integer getVideo_progress_sec()
-
getClose_button_sec
final Integer getClose_button_sec()
-
-
-
-