Package io.didomi.sdk.vendors.ctv.model
Class TVVendorDetailItem.ArrowLink
-
- All Implemented Interfaces:
public final class TVVendorDetailItem.ArrowLink extends TVVendorDetailItem
Link with Right arrow
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumTVVendorDetailItem.ArrowLink.ActionType
-
Field Summary
Fields Modifier and Type Field Description public final static IntegerIDprivate final Longidprivate final CharSequencetextprivate final TVVendorDetailItem.ArrowLink.ActionTypeactionTypeprivate IntegertypeId
-
Constructor Summary
Constructors Constructor Description TVVendorDetailItem.ArrowLink(CharSequence text, TVVendorDetailItem.ArrowLink.ActionType actionType, Integer typeId)
-
Method Summary
Modifier and Type Method Description LonggetId()final CharSequencegetText()final TVVendorDetailItem.ArrowLink.ActionTypegetActionType()IntegergetTypeId()UnitsetTypeId(Integer typeId)-
-
Constructor Detail
-
TVVendorDetailItem.ArrowLink
TVVendorDetailItem.ArrowLink(CharSequence text, TVVendorDetailItem.ArrowLink.ActionType actionType, Integer typeId)
- Parameters:
text- as CharSequencetypeId- as Int the view type ID
-
-
Method Detail
-
getText
final CharSequence getText()
-
getActionType
final TVVendorDetailItem.ArrowLink.ActionType getActionType()
-
-
-
-