-
@Serializable() public final class Action
-
-
Field Summary
Fields Modifier and Type Field Description private final ActionTypetypeprivate final StringplanVendorIdprivate final StringofferVendorIdprivate final StringpresentationVendorIdprivate final StringplacementVendorIdprivate final Stringtitleprivate final Stringurlprivate final SelectOptionselect
-
Constructor Summary
Constructors Constructor Description Action(ActionType type, String planVendorId, String offerVendorId, String presentationVendorId, String placementVendorId, String title, String url, SelectOption select)
-
Method Summary
Modifier and Type Method Description final ActionTypegetType()final StringgetPlanVendorId()final StringgetOfferVendorId()final StringgetPresentationVendorId()final StringgetPlacementVendorId()final StringgetTitle()final StringgetUrl()final SelectOptiongetSelect()-
-
Constructor Detail
-
Action
Action(ActionType type, String planVendorId, String offerVendorId, String presentationVendorId, String placementVendorId, String title, String url, SelectOption select)
-
-
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()
-
-
-
-