Interface QuestionAppearanceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionAppearance,QuestionAppearance.Builder
public interface QuestionAppearanceOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAutoHideInterval()uint64 auto_hide_interval = 5 [json_name = "autoHideInterval"];QuestionImagesgetImages().streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];intgetImagesValue().streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];QuestionLayoutgetLayout().streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];intgetLayoutValue().streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];QuestionPositiongetPosition().streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];intgetPositionValue().streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];java.lang.StringgetPrimaryColor()string primary_color = 3 [json_name = "primaryColor"];com.google.protobuf.ByteStringgetPrimaryColorBytes()string primary_color = 3 [json_name = "primaryColor"];
-
-
-
Method Detail
-
getLayoutValue
int getLayoutValue()
.streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];- Returns:
- The enum numeric value on the wire for layout.
-
getLayout
QuestionLayout getLayout()
.streamlayer.interactive.QuestionLayout layout = 1 [json_name = "layout"];- Returns:
- The layout.
-
getImagesValue
int getImagesValue()
.streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];- Returns:
- The enum numeric value on the wire for images.
-
getImages
QuestionImages getImages()
.streamlayer.interactive.QuestionImages images = 2 [json_name = "images"];- Returns:
- The images.
-
getPrimaryColor
java.lang.String getPrimaryColor()
string primary_color = 3 [json_name = "primaryColor"];- Returns:
- The primaryColor.
-
getPrimaryColorBytes
com.google.protobuf.ByteString getPrimaryColorBytes()
string primary_color = 3 [json_name = "primaryColor"];- Returns:
- The bytes for primaryColor.
-
getPositionValue
int getPositionValue()
.streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];- Returns:
- The enum numeric value on the wire for position.
-
getPosition
QuestionPosition getPosition()
.streamlayer.interactive.QuestionPosition position = 4 [json_name = "position"];- Returns:
- The position.
-
getAutoHideInterval
long getAutoHideInterval()
uint64 auto_hide_interval = 5 [json_name = "autoHideInterval"];- Returns:
- The autoHideInterval.
-
-