Interface QuestionOptions.FactoidOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.FactoidOptions,QuestionOptions.FactoidOptions.Builder
- Enclosing class:
- QuestionOptions
public static interface QuestionOptions.FactoidOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBody()string body = 2 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()string body = 2 [json_name = "body"];java.lang.StringgetImage()string image = 1 [json_name = "image"];com.google.protobuf.ByteStringgetImageBytes()string image = 1 [json_name = "image"];FileLinkgetVideo().streamlayer.interactive.FileLink video = 3 [json_name = "video"];WebLinkgetWebLink().streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];booleanhasVideo().streamlayer.interactive.FileLink video = 3 [json_name = "video"];booleanhasWebLink().streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];
-
-
-
Method Detail
-
getImage
java.lang.String getImage()
string image = 1 [json_name = "image"];- Returns:
- The image.
-
getImageBytes
com.google.protobuf.ByteString getImageBytes()
string image = 1 [json_name = "image"];- Returns:
- The bytes for image.
-
getBody
java.lang.String getBody()
string body = 2 [json_name = "body"];- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()
string body = 2 [json_name = "body"];- Returns:
- The bytes for body.
-
hasVideo
boolean hasVideo()
.streamlayer.interactive.FileLink video = 3 [json_name = "video"];- Returns:
- Whether the video field is set.
-
getVideo
FileLink getVideo()
.streamlayer.interactive.FileLink video = 3 [json_name = "video"];- Returns:
- The video.
-
hasWebLink
boolean hasWebLink()
.streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];- Returns:
- Whether the webLink field is set.
-
getWebLink
WebLink getWebLink()
.streamlayer.interactive.WebLink web_link = 4 [json_name = "webLink"];- Returns:
- The webLink.
-
-