Interface QuestionNotificationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionNotification,QuestionNotification.Builder
public interface QuestionNotificationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBody()string body = 5 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()string body = 5 [json_name = "body"];java.lang.StringgetImage()string image = 2 [json_name = "image"];com.google.protobuf.ByteStringgetImageBytes()string image = 2 [json_name = "image"];QuestionImagesgetImageMode().streamlayer.interactive.QuestionImages image_mode = 6 [json_name = "imageMode"];intgetImageModeValue().streamlayer.interactive.QuestionImages image_mode = 6 [json_name = "imageMode"];ImagePositiongetImagePosition().streamlayer.interactive.ImagePosition image_position = 4 [json_name = "imagePosition"];intgetImagePositionValue().streamlayer.interactive.ImagePosition image_position = 4 [json_name = "imagePosition"];java.lang.StringgetIndicatorColor()string indicator_color = 3 [json_name = "indicatorColor"];com.google.protobuf.ByteStringgetIndicatorColorBytes()string indicator_color = 3 [json_name = "indicatorColor"];java.lang.StringgetTitle()string title = 1 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()string title = 1 [json_name = "title"];
-
-
-
Method Detail
-
getTitle
java.lang.String getTitle()
string title = 1 [json_name = "title"];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
string title = 1 [json_name = "title"];- Returns:
- The bytes for title.
-
getImage
java.lang.String getImage()
string image = 2 [json_name = "image"];- Returns:
- The image.
-
getImageBytes
com.google.protobuf.ByteString getImageBytes()
string image = 2 [json_name = "image"];- Returns:
- The bytes for image.
-
getIndicatorColor
java.lang.String getIndicatorColor()
string indicator_color = 3 [json_name = "indicatorColor"];- Returns:
- The indicatorColor.
-
getIndicatorColorBytes
com.google.protobuf.ByteString getIndicatorColorBytes()
string indicator_color = 3 [json_name = "indicatorColor"];- Returns:
- The bytes for indicatorColor.
-
getImagePositionValue
int getImagePositionValue()
.streamlayer.interactive.ImagePosition image_position = 4 [json_name = "imagePosition"];- Returns:
- The enum numeric value on the wire for imagePosition.
-
getImagePosition
ImagePosition getImagePosition()
.streamlayer.interactive.ImagePosition image_position = 4 [json_name = "imagePosition"];- Returns:
- The imagePosition.
-
getBody
java.lang.String getBody()
string body = 5 [json_name = "body"];- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()
string body = 5 [json_name = "body"];- Returns:
- The bytes for body.
-
getImageModeValue
int getImageModeValue()
.streamlayer.interactive.QuestionImages image_mode = 6 [json_name = "imageMode"];- Returns:
- The enum numeric value on the wire for imageMode.
-
getImageMode
QuestionImages getImageMode()
.streamlayer.interactive.QuestionImages image_mode = 6 [json_name = "imageMode"];- Returns:
- The imageMode.
-
-