Interface QuestionOptions.TweetOptions.TweetMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAccount()
      string account = 1 [json_name = "account"];
      com.google.protobuf.ByteString getAccountBytes()
      string account = 1 [json_name = "account"];
      java.lang.String getAccountName()
      string account_name = 5 [json_name = "accountName"];
      com.google.protobuf.ByteString getAccountNameBytes()
      string account_name = 5 [json_name = "accountName"];
      boolean getAccountVerified()
      bool account_verified = 2 [json_name = "accountVerified"];
      boolean getHasMedia()
      bool has_media = 3 [json_name = "hasMedia"];
      Tweet getTweet()
      .streamlayer.social.Tweet tweet = 4 [json_name = "tweet"];
      boolean hasTweet()
      .streamlayer.social.Tweet tweet = 4 [json_name = "tweet"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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