-
- All Implemented Interfaces:
-
android.os.Parcelable
@Serializable() public final class Action implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final ActionTypetypeprivate final StringplanVendorIdprivate final StringofferVendorIdprivate final StringpresentationVendorIdprivate final StringplacementVendorIdprivate final Stringtitleprivate final Stringurlprivate final SelectOptionselectprivate final StringactionIdprivate final Booleanconditionalprivate final PLYTransitiontransition
-
Constructor Summary
Constructors Constructor Description Action(ActionType type, String planVendorId, String offerVendorId, String presentationVendorId, String placementVendorId, String title, String url, SelectOption select, String actionId, Boolean conditional, PLYTransition transition)
-
Method Summary
Modifier and Type Method Description final ActionTypegetType()final StringgetPlanVendorId()final StringgetOfferVendorId()final StringgetPresentationVendorId()final StringgetPlacementVendorId()final StringgetTitle()final StringgetUrl()final SelectOptiongetSelect()final StringgetActionId()final BooleangetConditional()final PLYTransitiongetTransition()-
-
Constructor Detail
-
Action
Action(ActionType type, String planVendorId, String offerVendorId, String presentationVendorId, String placementVendorId, String title, String url, SelectOption select, String actionId, Boolean conditional, PLYTransition transition)
-
-
Method Detail
-
getType
final ActionType getType()
-
getPlanVendorId
final String getPlanVendorId()
-
getOfferVendorId
final String getOfferVendorId()
-
getPresentationVendorId
final String getPresentationVendorId()
-
getPlacementVendorId
final String getPlacementVendorId()
-
getSelect
final SelectOption getSelect()
-
getActionId
final String getActionId()
-
getConditional
final Boolean getConditional()
-
getTransition
final PLYTransition getTransition()
-
-
-
-