Interface QuestionOptions.TweetOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTweetId()
      string tweet_id = 2 [json_name = "tweetId"];
      com.google.protobuf.ByteString getTweetIdBytes()
      string tweet_id = 2 [json_name = "tweetId"];
      QuestionOptions.TweetOptions.TweetMetadata getTweetMeta()
      .streamlayer.interactive.QuestionOptions.TweetOptions.TweetMetadata tweet_meta = 3 [json_name = "tweetMeta"];
      java.lang.String getTweetUrl()
      string tweet_url = 1 [json_name = "tweetUrl"];
      com.google.protobuf.ByteString getTweetUrlBytes()
      string tweet_url = 1 [json_name = "tweetUrl"];
      boolean hasTweetMeta()
      .streamlayer.interactive.QuestionOptions.TweetOptions.TweetMetadata tweet_meta = 3 [json_name = "tweetMeta"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTweetUrl

        java.lang.String getTweetUrl()
        string tweet_url = 1 [json_name = "tweetUrl"];
        Returns:
        The tweetUrl.
      • getTweetUrlBytes

        com.google.protobuf.ByteString getTweetUrlBytes()
        string tweet_url = 1 [json_name = "tweetUrl"];
        Returns:
        The bytes for tweetUrl.
      • getTweetId

        java.lang.String getTweetId()
        string tweet_id = 2 [json_name = "tweetId"];
        Returns:
        The tweetId.
      • getTweetIdBytes

        com.google.protobuf.ByteString getTweetIdBytes()
        string tweet_id = 2 [json_name = "tweetId"];
        Returns:
        The bytes for tweetId.
      • hasTweetMeta

        boolean hasTweetMeta()
        .streamlayer.interactive.QuestionOptions.TweetOptions.TweetMetadata tweet_meta = 3 [json_name = "tweetMeta"];
        Returns:
        Whether the tweetMeta field is set.