Interface QuestionOptions.TweetOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.TweetOptions,QuestionOptions.TweetOptions.Builder
- Enclosing class:
- QuestionOptions
public static interface QuestionOptions.TweetOptionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTweetId()string tweet_id = 2 [json_name = "tweetId"];com.google.protobuf.ByteStringgetTweetIdBytes()string tweet_id = 2 [json_name = "tweetId"];QuestionOptions.TweetOptions.TweetMetadatagetTweetMeta().streamlayer.interactive.QuestionOptions.TweetOptions.TweetMetadata tweet_meta = 3 [json_name = "tweetMeta"];java.lang.StringgetTweetUrl()string tweet_url = 1 [json_name = "tweetUrl"];com.google.protobuf.ByteStringgetTweetUrlBytes()string tweet_url = 1 [json_name = "tweetUrl"];booleanhasTweetMeta().streamlayer.interactive.QuestionOptions.TweetOptions.TweetMetadata tweet_meta = 3 [json_name = "tweetMeta"];
-
-
-
Method Detail
-
getTweetUrl
java.lang.String getTweetUrl()
string tweet_url = 1 [json_name = "tweetUrl"];- Returns:
- The tweetUrl.
-
getTweetUrlBytes
com.google.protobuf.ByteString getTweetUrlBytes()
string tweet_url = 1 [json_name = "tweetUrl"];- Returns:
- The bytes for tweetUrl.
-
getTweetId
java.lang.String getTweetId()
string tweet_id = 2 [json_name = "tweetId"];- Returns:
- The tweetId.
-
getTweetIdBytes
com.google.protobuf.ByteString getTweetIdBytes()
string tweet_id = 2 [json_name = "tweetId"];- Returns:
- The bytes for tweetId.
-
hasTweetMeta
boolean hasTweetMeta()
.streamlayer.interactive.QuestionOptions.TweetOptions.TweetMetadata tweet_meta = 3 [json_name = "tweetMeta"];- Returns:
- Whether the tweetMeta field is set.
-
getTweetMeta
QuestionOptions.TweetOptions.TweetMetadata getTweetMeta()
.streamlayer.interactive.QuestionOptions.TweetOptions.TweetMetadata tweet_meta = 3 [json_name = "tweetMeta"];- Returns:
- The tweetMeta.
-
-