Package com.streamlayer.social
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.StringgetDurationMinutes()string duration_minutes = 1 [json_name = "durationMinutes"];com.google.protobuf.ByteStringgetDurationMinutesBytes()string duration_minutes = 1 [json_name = "durationMinutes"];java.lang.StringgetEndDatetime()string end_datetime = 2 [json_name = "endDatetime"];com.google.protobuf.ByteStringgetEndDatetimeBytes()string end_datetime = 2 [json_name = "endDatetime"];TweetPoll.TweetPollOptiongetOptions(int index)repeated .streamlayer.social.TweetPoll.TweetPollOption options = 3 [json_name = "options"];intgetOptionsCount()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"];
-
-
-
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"];
-
-