Package com.streamlayer.interactive.feed
Interface QuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QuestionSubscriptionResponse.QuestionSubscriptionResponseData,QuestionSubscriptionResponse.QuestionSubscriptionResponseData.Builder
- Enclosing class:
- QuestionSubscriptionResponse
public static interface QuestionSubscriptionResponse.QuestionSubscriptionResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuestionSubscriptiongetAttributes().streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];java.lang.StringgetQuestionId()string question_id = 1 [json_name = "questionId"];com.google.protobuf.ByteStringgetQuestionIdBytes()string question_id = 1 [json_name = "questionId"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];
-
-
-
Method Detail
-
getQuestionId
java.lang.String getQuestionId()
string question_id = 1 [json_name = "questionId"];- Returns:
- The questionId.
-
getQuestionIdBytes
com.google.protobuf.ByteString getQuestionIdBytes()
string question_id = 1 [json_name = "questionId"];- Returns:
- The bytes for questionId.
-
getType
java.lang.String getType()
string type = 2 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Returns:
- The bytes for type.
-
hasAttributes
boolean hasAttributes()
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
QuestionSubscription getAttributes()
.streamlayer.interactive.feed.QuestionSubscription attributes = 3 [json_name = "attributes"];- Returns:
- The attributes.
-
-