Package com.streamlayer.social
Interface TweetMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TweetMetadata,TweetMetadata.Builder
public interface TweetMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccount()string account = 2 [json_name = "account"];com.google.protobuf.ByteStringgetAccountBytes()string account = 2 [json_name = "account"];java.lang.StringgetAccountId()string account_id = 3 [json_name = "accountId"];com.google.protobuf.ByteStringgetAccountIdBytes()string account_id = 3 [json_name = "accountId"];java.lang.StringgetAccountImage()string account_image = 4 [json_name = "accountImage"];com.google.protobuf.ByteStringgetAccountImageBytes()string account_image = 4 [json_name = "accountImage"];java.lang.StringgetAccountName()string account_name = 8 [json_name = "accountName"];com.google.protobuf.ByteStringgetAccountNameBytes()string account_name = 8 [json_name = "accountName"];booleangetAccountVerified()bool account_verified = 9 [json_name = "accountVerified"];TweetMetadata.TweetEntitiesgetEntities().streamlayer.social.TweetMetadata.TweetEntities entities = 6 [json_name = "entities"];TweetMetadata.TweetExtendedEntitiesgetExtendedEntities().streamlayer.social.TweetMetadata.TweetExtendedEntities extended_entities = 7 [json_name = "extendedEntities"];longgetFavoriteCount()uint64 favorite_count = 11 [json_name = "favoriteCount"];java.lang.StringgetIdStr()string id_str = 1 [json_name = "idStr"];com.google.protobuf.ByteStringgetIdStrBytes()string id_str = 1 [json_name = "idStr"];longgetRetweetCount()uint64 retweet_count = 10 [json_name = "retweetCount"];TweetgetRetweetedStatus().streamlayer.social.Tweet retweeted_status = 5 [json_name = "retweetedStatus"];booleanhasEntities().streamlayer.social.TweetMetadata.TweetEntities entities = 6 [json_name = "entities"];booleanhasExtendedEntities().streamlayer.social.TweetMetadata.TweetExtendedEntities extended_entities = 7 [json_name = "extendedEntities"];booleanhasRetweetedStatus().streamlayer.social.Tweet retweeted_status = 5 [json_name = "retweetedStatus"];
-
-
-
Method Detail
-
getIdStr
java.lang.String getIdStr()
string id_str = 1 [json_name = "idStr"];- Returns:
- The idStr.
-
getIdStrBytes
com.google.protobuf.ByteString getIdStrBytes()
string id_str = 1 [json_name = "idStr"];- Returns:
- The bytes for idStr.
-
getAccount
java.lang.String getAccount()
string account = 2 [json_name = "account"];- Returns:
- The account.
-
getAccountBytes
com.google.protobuf.ByteString getAccountBytes()
string account = 2 [json_name = "account"];- Returns:
- The bytes for account.
-
getAccountId
java.lang.String getAccountId()
string account_id = 3 [json_name = "accountId"];- Returns:
- The accountId.
-
getAccountIdBytes
com.google.protobuf.ByteString getAccountIdBytes()
string account_id = 3 [json_name = "accountId"];- Returns:
- The bytes for accountId.
-
getAccountImage
java.lang.String getAccountImage()
string account_image = 4 [json_name = "accountImage"];- Returns:
- The accountImage.
-
getAccountImageBytes
com.google.protobuf.ByteString getAccountImageBytes()
string account_image = 4 [json_name = "accountImage"];- Returns:
- The bytes for accountImage.
-
getAccountName
java.lang.String getAccountName()
string account_name = 8 [json_name = "accountName"];- Returns:
- The accountName.
-
getAccountNameBytes
com.google.protobuf.ByteString getAccountNameBytes()
string account_name = 8 [json_name = "accountName"];- Returns:
- The bytes for accountName.
-
getAccountVerified
boolean getAccountVerified()
bool account_verified = 9 [json_name = "accountVerified"];- Returns:
- The accountVerified.
-
hasRetweetedStatus
boolean hasRetweetedStatus()
.streamlayer.social.Tweet retweeted_status = 5 [json_name = "retweetedStatus"];- Returns:
- Whether the retweetedStatus field is set.
-
getRetweetedStatus
Tweet getRetweetedStatus()
.streamlayer.social.Tweet retweeted_status = 5 [json_name = "retweetedStatus"];- Returns:
- The retweetedStatus.
-
hasEntities
boolean hasEntities()
.streamlayer.social.TweetMetadata.TweetEntities entities = 6 [json_name = "entities"];- Returns:
- Whether the entities field is set.
-
getEntities
TweetMetadata.TweetEntities getEntities()
.streamlayer.social.TweetMetadata.TweetEntities entities = 6 [json_name = "entities"];- Returns:
- The entities.
-
hasExtendedEntities
boolean hasExtendedEntities()
.streamlayer.social.TweetMetadata.TweetExtendedEntities extended_entities = 7 [json_name = "extendedEntities"];- Returns:
- Whether the extendedEntities field is set.
-
getExtendedEntities
TweetMetadata.TweetExtendedEntities getExtendedEntities()
.streamlayer.social.TweetMetadata.TweetExtendedEntities extended_entities = 7 [json_name = "extendedEntities"];- Returns:
- The extendedEntities.
-
getRetweetCount
long getRetweetCount()
uint64 retweet_count = 10 [json_name = "retweetCount"];- Returns:
- The retweetCount.
-
getFavoriteCount
long getFavoriteCount()
uint64 favorite_count = 11 [json_name = "favoriteCount"];- Returns:
- The favoriteCount.
-
-