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.String getAccount()
      string account = 5 [json_name = "account"];
      com.google.protobuf.ByteString getAccountBytes()
      string account = 5 [json_name = "account"];
      boolean getAccountVerified()
      bool account_verified = 6 [json_name = "accountVerified"];
      java.lang.String getBody()
      string body = 4 [json_name = "body"];
      com.google.protobuf.ByteString getBodyBytes()
      string body = 4 [json_name = "body"];
      java.lang.String getImage()
      string image = 3 [json_name = "image"];
      com.google.protobuf.ByteString getImageBytes()
      string image = 3 [json_name = "image"];
      java.lang.String getTitle()
      string title = 2 [json_name = "title"];
      com.google.protobuf.ByteString getTitleBytes()
      string title = 2 [json_name = "title"];
      Tweet getTweet()
      .streamlayer.social.Tweet tweet = 7 [json_name = "tweet"];
      java.lang.String getTweetId()
      string tweet_id = 1 [json_name = "tweetId"];
      com.google.protobuf.ByteString getTweetIdBytes()
      string tweet_id = 1 [json_name = "tweetId"];
      boolean hasTweet()
      .streamlayer.social.Tweet tweet = 7 [json_name = "tweet"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.