Package com.streamlayer.interactive.feed
Interface TweetHistoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TweetHistory,TweetHistory.Builder
public interface TweetHistoryOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccount()string account = 5 [json_name = "account"];com.google.protobuf.ByteStringgetAccountBytes()string account = 5 [json_name = "account"];booleangetAccountVerified()bool account_verified = 6 [json_name = "accountVerified"];java.lang.StringgetBody()string body = 4 [json_name = "body"];com.google.protobuf.ByteStringgetBodyBytes()string body = 4 [json_name = "body"];java.lang.StringgetImage()string image = 3 [json_name = "image"];com.google.protobuf.ByteStringgetImageBytes()string image = 3 [json_name = "image"];java.lang.StringgetTitle()string title = 2 [json_name = "title"];com.google.protobuf.ByteStringgetTitleBytes()string title = 2 [json_name = "title"];TweetgetTweet().streamlayer.social.Tweet tweet = 7 [json_name = "tweet"];java.lang.StringgetTweetId()string tweet_id = 1 [json_name = "tweetId"];com.google.protobuf.ByteStringgetTweetIdBytes()string tweet_id = 1 [json_name = "tweetId"];booleanhasTweet().streamlayer.social.Tweet tweet = 7 [json_name = "tweet"];
-
-
-
Method Detail
-
getTweetId
java.lang.String getTweetId()
string tweet_id = 1 [json_name = "tweetId"];- Returns:
- The tweetId.
-
getTweetIdBytes
com.google.protobuf.ByteString getTweetIdBytes()
string tweet_id = 1 [json_name = "tweetId"];- Returns:
- The bytes for tweetId.
-
getTitle
java.lang.String getTitle()
string title = 2 [json_name = "title"];- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
string title = 2 [json_name = "title"];- Returns:
- The bytes for title.
-
getImage
java.lang.String getImage()
string image = 3 [json_name = "image"];- Returns:
- The image.
-
getImageBytes
com.google.protobuf.ByteString getImageBytes()
string image = 3 [json_name = "image"];- Returns:
- The bytes for image.
-
getBody
java.lang.String getBody()
string body = 4 [json_name = "body"];- Returns:
- The body.
-
getBodyBytes
com.google.protobuf.ByteString getBodyBytes()
string body = 4 [json_name = "body"];- Returns:
- The bytes for body.
-
getAccount
java.lang.String getAccount()
string account = 5 [json_name = "account"];- Returns:
- The account.
-
getAccountBytes
com.google.protobuf.ByteString getAccountBytes()
string account = 5 [json_name = "account"];- Returns:
- The bytes for account.
-
getAccountVerified
boolean getAccountVerified()
bool account_verified = 6 [json_name = "accountVerified"];- Returns:
- The accountVerified.
-
hasTweet
boolean hasTweet()
.streamlayer.social.Tweet tweet = 7 [json_name = "tweet"];- Returns:
- Whether the tweet field is set.
-
getTweet
Tweet getTweet()
.streamlayer.social.Tweet tweet = 7 [json_name = "tweet"];- Returns:
- The tweet.
-
-