-
@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 Stringurl
-
Method Summary
Modifier and Type Method Description final ActionTypegetType()final StringgetPlanVendorId()final StringgetOfferVendorId()final StringgetPresentationVendorId()final StringgetPlacementVendorId()final StringgetTitle()final StringgetUrl()-
-
Method Detail
-
getType
final ActionType getType()
-
getPlanVendorId
final String getPlanVendorId()
-
getOfferVendorId
final String getOfferVendorId()
-
getPresentationVendorId
final String getPresentationVendorId()
-
getPlacementVendorId
final String getPlacementVendorId()
-
-
-
-