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"];booleangetAccountVerified()bool account_verified = 2 [json_name = "accountVerified"];booleangetHasMedia()bool has_media = 3 [json_name = "hasMedia"];
-
-
-
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.
-
-