Interface QuestionOptions.TweetOptions.TweetMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionOptions.TweetOptions.TweetMetadata,QuestionOptions.TweetOptions.TweetMetadata.Builder
- Enclosing class:
- QuestionOptions.TweetOptions
public static interface QuestionOptions.TweetOptions.TweetMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccount()string account = 1 [json_name = "account"];com.google.protobuf.ByteStringgetAccountBytes()string account = 1 [json_name = "account"];java.lang.StringgetAccountName()string account_name = 5 [json_name = "accountName"];com.google.protobuf.ByteStringgetAccountNameBytes()string account_name = 5 [json_name = "accountName"];booleangetAccountVerified()bool account_verified = 2 [json_name = "accountVerified"];booleangetHasMedia()bool has_media = 3 [json_name = "hasMedia"];TweetgetTweet().streamlayer.social.Tweet tweet = 4 [json_name = "tweet"];booleanhasTweet().streamlayer.social.Tweet tweet = 4 [json_name = "tweet"];
-
-
-
Method Detail
-
getAccount
java.lang.String getAccount()
string account = 1 [json_name = "account"];- Returns:
- The account.
-
getAccountBytes
com.google.protobuf.ByteString getAccountBytes()
string account = 1 [json_name = "account"];- Returns:
- The bytes for account.
-
getAccountVerified
boolean getAccountVerified()
bool account_verified = 2 [json_name = "accountVerified"];- Returns:
- The accountVerified.
-
getHasMedia
boolean getHasMedia()
bool has_media = 3 [json_name = "hasMedia"];- Returns:
- The hasMedia.
-
hasTweet
boolean hasTweet()
.streamlayer.social.Tweet tweet = 4 [json_name = "tweet"];- Returns:
- Whether the tweet field is set.
-
getTweet
Tweet getTweet()
.streamlayer.social.Tweet tweet = 4 [json_name = "tweet"];- Returns:
- The tweet.
-
getAccountName
java.lang.String getAccountName()
string account_name = 5 [json_name = "accountName"];- Returns:
- The accountName.
-
getAccountNameBytes
com.google.protobuf.ByteString getAccountNameBytes()
string account_name = 5 [json_name = "accountName"];- Returns:
- The bytes for accountName.
-
-