Interface RestoreResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RestoreResponse,RestoreResponse.Builder
public interface RestoreResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreResponse.RestoreResponseDatagetData(int index)repeated .streamlayer.interactive.library.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.interactive.library.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];java.util.List<RestoreResponse.RestoreResponseData>getDataList()repeated .streamlayer.interactive.library.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];
-
-
-
Method Detail
-
getDataList
java.util.List<RestoreResponse.RestoreResponseData> getDataList()
repeated .streamlayer.interactive.library.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];
-
getData
RestoreResponse.RestoreResponseData getData(int index)
repeated .streamlayer.interactive.library.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];
-
getDataCount
int getDataCount()
repeated .streamlayer.interactive.library.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];
-
-