Interface TweetPollOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    TweetPoll, TweetPoll.Builder

    public interface TweetPollOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDurationMinutes()
      string duration_minutes = 1 [json_name = "durationMinutes"];
      com.google.protobuf.ByteString getDurationMinutesBytes()
      string duration_minutes = 1 [json_name = "durationMinutes"];
      java.lang.String getEndDatetime()
      string end_datetime = 2 [json_name = "endDatetime"];
      com.google.protobuf.ByteString getEndDatetimeBytes()
      string end_datetime = 2 [json_name = "endDatetime"];
      TweetPoll.TweetPollOption getOptions​(int index)
      repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
      int getOptionsCount()
      repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
      java.util.List<TweetPoll.TweetPollOption> getOptionsList()
      repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getDurationMinutes

        java.lang.String getDurationMinutes()
        string duration_minutes = 1 [json_name = "durationMinutes"];
        Returns:
        The durationMinutes.
      • getDurationMinutesBytes

        com.google.protobuf.ByteString getDurationMinutesBytes()
        string duration_minutes = 1 [json_name = "durationMinutes"];
        Returns:
        The bytes for durationMinutes.
      • getEndDatetime

        java.lang.String getEndDatetime()
        string end_datetime = 2 [json_name = "endDatetime"];
        Returns:
        The endDatetime.
      • getEndDatetimeBytes

        com.google.protobuf.ByteString getEndDatetimeBytes()
        string end_datetime = 2 [json_name = "endDatetime"];
        Returns:
        The bytes for endDatetime.
      • getOptionsList

        java.util.List<TweetPoll.TweetPollOption> getOptionsList()
        repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
      • getOptions

        TweetPoll.TweetPollOption getOptions​(int index)
        repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];
      • getOptionsCount

        int getOptionsCount()
        repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];