Interface ExtendedQuestionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ExtendedQuestion,ExtendedQuestion.Builder
public interface ExtendedQuestionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActivatedAt()string activated_at = 12 [json_name = "activatedAt"];com.google.protobuf.ByteStringgetActivatedAtBytes()string activated_at = 12 [json_name = "activatedAt"];ExtendedQuestionAnswergetAnswers(int index)repeated .streamlayer.interactive.ExtendedQuestionAnswer answers = 8 [json_name = "answers"];intgetAnswersCount()repeated .streamlayer.interactive.ExtendedQuestionAnswer answers = 8 [json_name = "answers"];java.lang.StringgetAnswerSetAt()string answer_set_at = 13 [json_name = "answerSetAt"];com.google.protobuf.ByteStringgetAnswerSetAtBytes()string answer_set_at = 13 [json_name = "answerSetAt"];java.util.List<ExtendedQuestionAnswer>getAnswersList()repeated .streamlayer.interactive.ExtendedQuestionAnswer answers = 8 [json_name = "answers"];QuestionAppearancegetAppearance().streamlayer.interactive.QuestionAppearance appearance = 5 [json_name = "appearance"];BypassNotificationsgetBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 15 [json_name = "bypassNotifications"];java.lang.StringgetEventId()string event_id = 14 [json_name = "eventId"];com.google.protobuf.ByteStringgetEventIdBytes()string event_id = 14 [json_name = "eventId"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];booleangetMarketClosed()bool market_closed = 11 [json_name = "marketClosed"];QuestionNotificationgetNotification().streamlayer.interactive.QuestionNotification notification = 7 [json_name = "notification"];QuestionOptionsgetOptions().streamlayer.interactive.QuestionOptions options = 4 [json_name = "options"];intgetPosition()uint32 position = 10 [json_name = "position"];SponsorshipgetSponsorship().streamlayer.interactive.Sponsorship sponsorship = 6 [json_name = "sponsorship"];QuestionStatusgetStatus().streamlayer.interactive.QuestionStatus status = 9 [json_name = "status"];intgetStatusValue().streamlayer.interactive.QuestionStatus status = 9 [json_name = "status"];java.lang.StringgetSubject()string subject = 3 [json_name = "subject"];com.google.protobuf.ByteStringgetSubjectBytes()string subject = 3 [json_name = "subject"];QuestionTypegetType().streamlayer.interactive.QuestionType type = 2 [json_name = "type"];intgetTypeValue().streamlayer.interactive.QuestionType type = 2 [json_name = "type"];booleanhasAppearance().streamlayer.interactive.QuestionAppearance appearance = 5 [json_name = "appearance"];booleanhasBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 15 [json_name = "bypassNotifications"];booleanhasNotification().streamlayer.interactive.QuestionNotification notification = 7 [json_name = "notification"];booleanhasOptions().streamlayer.interactive.QuestionOptions options = 4 [json_name = "options"];booleanhasSponsorship().streamlayer.interactive.Sponsorship sponsorship = 6 [json_name = "sponsorship"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getTypeValue
int getTypeValue()
.streamlayer.interactive.QuestionType type = 2 [json_name = "type"];- Returns:
- The enum numeric value on the wire for type.
-
getType
QuestionType getType()
.streamlayer.interactive.QuestionType type = 2 [json_name = "type"];- Returns:
- The type.
-
getSubject
java.lang.String getSubject()
string subject = 3 [json_name = "subject"];- Returns:
- The subject.
-
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()
string subject = 3 [json_name = "subject"];- Returns:
- The bytes for subject.
-
hasOptions
boolean hasOptions()
.streamlayer.interactive.QuestionOptions options = 4 [json_name = "options"];- Returns:
- Whether the options field is set.
-
getOptions
QuestionOptions getOptions()
.streamlayer.interactive.QuestionOptions options = 4 [json_name = "options"];- Returns:
- The options.
-
hasAppearance
boolean hasAppearance()
.streamlayer.interactive.QuestionAppearance appearance = 5 [json_name = "appearance"];- Returns:
- Whether the appearance field is set.
-
getAppearance
QuestionAppearance getAppearance()
.streamlayer.interactive.QuestionAppearance appearance = 5 [json_name = "appearance"];- Returns:
- The appearance.
-
hasSponsorship
boolean hasSponsorship()
.streamlayer.interactive.Sponsorship sponsorship = 6 [json_name = "sponsorship"];- Returns:
- Whether the sponsorship field is set.
-
getSponsorship
Sponsorship getSponsorship()
.streamlayer.interactive.Sponsorship sponsorship = 6 [json_name = "sponsorship"];- Returns:
- The sponsorship.
-
hasNotification
boolean hasNotification()
.streamlayer.interactive.QuestionNotification notification = 7 [json_name = "notification"];- Returns:
- Whether the notification field is set.
-
getNotification
QuestionNotification getNotification()
.streamlayer.interactive.QuestionNotification notification = 7 [json_name = "notification"];- Returns:
- The notification.
-
getAnswersList
java.util.List<ExtendedQuestionAnswer> getAnswersList()
repeated .streamlayer.interactive.ExtendedQuestionAnswer answers = 8 [json_name = "answers"];
-
getAnswers
ExtendedQuestionAnswer getAnswers(int index)
repeated .streamlayer.interactive.ExtendedQuestionAnswer answers = 8 [json_name = "answers"];
-
getAnswersCount
int getAnswersCount()
repeated .streamlayer.interactive.ExtendedQuestionAnswer answers = 8 [json_name = "answers"];
-
getStatusValue
int getStatusValue()
.streamlayer.interactive.QuestionStatus status = 9 [json_name = "status"];- Returns:
- The enum numeric value on the wire for status.
-
getStatus
QuestionStatus getStatus()
.streamlayer.interactive.QuestionStatus status = 9 [json_name = "status"];- Returns:
- The status.
-
getPosition
int getPosition()
uint32 position = 10 [json_name = "position"];- Returns:
- The position.
-
getMarketClosed
boolean getMarketClosed()
bool market_closed = 11 [json_name = "marketClosed"];- Returns:
- The marketClosed.
-
getActivatedAt
java.lang.String getActivatedAt()
string activated_at = 12 [json_name = "activatedAt"];- Returns:
- The activatedAt.
-
getActivatedAtBytes
com.google.protobuf.ByteString getActivatedAtBytes()
string activated_at = 12 [json_name = "activatedAt"];- Returns:
- The bytes for activatedAt.
-
getAnswerSetAt
java.lang.String getAnswerSetAt()
string answer_set_at = 13 [json_name = "answerSetAt"];- Returns:
- The answerSetAt.
-
getAnswerSetAtBytes
com.google.protobuf.ByteString getAnswerSetAtBytes()
string answer_set_at = 13 [json_name = "answerSetAt"];- Returns:
- The bytes for answerSetAt.
-
getEventId
java.lang.String getEventId()
string event_id = 14 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
string event_id = 14 [json_name = "eventId"];- Returns:
- The bytes for eventId.
-
hasBypassNotifications
boolean hasBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 15 [json_name = "bypassNotifications"];- Returns:
- Whether the bypassNotifications field is set.
-
getBypassNotifications
BypassNotifications getBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 15 [json_name = "bypassNotifications"];- Returns:
- The bypassNotifications.
-
-