-
-
Field Summary
Fields Modifier and Type Field Description private final transient DatecountdownDateprivate final Stringtextprivate final StringintroTextprivate final StringplanVendorIdprivate final StringofferVendorIdprivate final List<Highlight>highlightsprivate final LongcountdownInSecondsprivate Stringtypeprivate Booleanfocusableprivate Actionactionprivate List<Action>actionsprivate List<Action>tileSelectedActionsprivate BooleanexpandToFillprivate Map<String, Style>stylesprivate ComponentStatestate
-
Method Summary
Modifier and Type Method Description final DategetCountdownDate()final StringgetText()final StringgetIntroText()final StringgetPlanVendorId()final StringgetOfferVendorId()final List<Highlight>getHighlights()final LonggetCountdownInSeconds()final StringgetType()final UnitsetType(String type)final BooleangetFocusable()final UnitsetFocusable(Boolean focusable)final ActiongetAction()final UnitsetAction(Action action)final List<Action>getActions()final UnitsetActions(List<Action> actions)final List<Action>getTileSelectedActions()final UnitsetTileSelectedActions(List<Action> tileSelectedActions)final BooleangetExpandToFill()final UnitsetExpandToFill(Boolean expandToFill)final Map<String, Style>getStyles()final UnitsetStyles(Map<String, Style> styles)final ComponentStategetState()final UnitsetState(ComponentState state)final PLYPlanplan()final PLYPromoOfferoffer()final BooleanhasCountdown()-
Methods inherited from class io.purchasely.views.presentation.models.Label
actionTypes, actions, hasAction, hasHeight, hasMainAction, hasWidth -
Methods inherited from class io.purchasely.views.presentation.models.Component
defaultStyle, hasState, style -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCountdownDate
final Date getCountdownDate()
-
getIntroText
final String getIntroText()
-
getPlanVendorId
final String getPlanVendorId()
-
getOfferVendorId
final String getOfferVendorId()
-
getHighlights
final List<Highlight> getHighlights()
-
getCountdownInSeconds
final Long getCountdownInSeconds()
-
getFocusable
final Boolean getFocusable()
-
setFocusable
final Unit setFocusable(Boolean focusable)
-
getActions
final List<Action> getActions()
-
setActions
final Unit setActions(List<Action> actions)
-
getTileSelectedActions
final List<Action> getTileSelectedActions()
-
setTileSelectedActions
final Unit setTileSelectedActions(List<Action> tileSelectedActions)
-
getExpandToFill
final Boolean getExpandToFill()
-
setExpandToFill
final Unit setExpandToFill(Boolean expandToFill)
-
getState
final ComponentState getState()
-
setState
final Unit setState(ComponentState state)
-
offer
final PLYPromoOffer offer()
-
hasCountdown
final Boolean hasCountdown()
-
-
-
-