Interface CTAButtonOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CTAButton,CTAButton.Builder
public interface CTAButtonOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetColor()string color = 2 [json_name = "color"];com.google.protobuf.ByteStringgetColorBytes()string color = 2 [json_name = "color"];java.lang.StringgetCtaIcon()string cta_icon = 4 [json_name = "ctaIcon"];com.google.protobuf.ByteStringgetCtaIconBytes()string cta_icon = 4 [json_name = "ctaIcon"];CtaIconModegetCtaIconMode().streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];intgetCtaIconModeValue().streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];java.lang.StringgetLabel()string label = 1 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 1 [json_name = "label"];java.lang.StringgetTextColor()optional string text_color = 3 [json_name = "textColor"];com.google.protobuf.ByteStringgetTextColorBytes()optional string text_color = 3 [json_name = "textColor"];booleanhasTextColor()optional string text_color = 3 [json_name = "textColor"];
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
string label = 1 [json_name = "label"];- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
string label = 1 [json_name = "label"];- Returns:
- The bytes for label.
-
getColor
java.lang.String getColor()
string color = 2 [json_name = "color"];- Returns:
- The color.
-
getColorBytes
com.google.protobuf.ByteString getColorBytes()
string color = 2 [json_name = "color"];- Returns:
- The bytes for color.
-
hasTextColor
boolean hasTextColor()
optional string text_color = 3 [json_name = "textColor"];- Returns:
- Whether the textColor field is set.
-
getTextColor
java.lang.String getTextColor()
optional string text_color = 3 [json_name = "textColor"];- Returns:
- The textColor.
-
getTextColorBytes
com.google.protobuf.ByteString getTextColorBytes()
optional string text_color = 3 [json_name = "textColor"];- Returns:
- The bytes for textColor.
-
getCtaIcon
java.lang.String getCtaIcon()
string cta_icon = 4 [json_name = "ctaIcon"];- Returns:
- The ctaIcon.
-
getCtaIconBytes
com.google.protobuf.ByteString getCtaIconBytes()
string cta_icon = 4 [json_name = "ctaIcon"];- Returns:
- The bytes for ctaIcon.
-
getCtaIconModeValue
int getCtaIconModeValue()
.streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];- Returns:
- The enum numeric value on the wire for ctaIconMode.
-
getCtaIconMode
CtaIconMode getCtaIconMode()
.streamlayer.interactive.CtaIconMode cta_icon_mode = 5 [json_name = "ctaIconMode"];- Returns:
- The ctaIconMode.
-
-