Interface SetPositionResponse.SetPositionResponseMetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SetPositionResponse.SetPositionResponseMeta,SetPositionResponse.SetPositionResponseMeta.Builder
- Enclosing class:
- SetPositionResponse
public static interface SetPositionResponse.SetPositionResponseMetaOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetPositionResponse.QuestionDatagetAffected(int index)repeated .streamlayer.interactive.question.SetPositionResponse.QuestionData affected = 1 [json_name = "affected"];intgetAffectedCount()repeated .streamlayer.interactive.question.SetPositionResponse.QuestionData affected = 1 [json_name = "affected"];java.util.List<SetPositionResponse.QuestionData>getAffectedList()repeated .streamlayer.interactive.question.SetPositionResponse.QuestionData affected = 1 [json_name = "affected"];
-
-
-
Method Detail
-
getAffectedList
java.util.List<SetPositionResponse.QuestionData> getAffectedList()
repeated .streamlayer.interactive.question.SetPositionResponse.QuestionData affected = 1 [json_name = "affected"];
-
getAffected
SetPositionResponse.QuestionData getAffected(int index)
repeated .streamlayer.interactive.question.SetPositionResponse.QuestionData affected = 1 [json_name = "affected"];
-
getAffectedCount
int getAffectedCount()
repeated .streamlayer.interactive.question.SetPositionResponse.QuestionData affected = 1 [json_name = "affected"];
-
-