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