Package com.streamlayer.social
Interface TweetPoll.TweetPollOptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TweetPoll.TweetPollOption,TweetPoll.TweetPollOption.Builder
- Enclosing class:
- TweetPoll
public static interface TweetPoll.TweetPollOptionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPosition()int32 position = 1 [json_name = "position"];java.lang.StringgetText()string text = 2 [json_name = "text"];com.google.protobuf.ByteStringgetTextBytes()string text = 2 [json_name = "text"];
-
-
-
Method Detail
-
getPosition
int getPosition()
int32 position = 1 [json_name = "position"];- Returns:
- The position.
-
getText
java.lang.String getText()
string text = 2 [json_name = "text"];- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()
string text = 2 [json_name = "text"];- Returns:
- The bytes for text.
-
-