Interface ListProductsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListProductsResponse,ListProductsResponse.Builder
public interface ListProductsResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProductsResponse.ProductDatagetData(int index)repeated .streamlayer.nflShop.ListProductsResponse.ProductData data = 1 [json_name = "data"];intgetDataCount()repeated .streamlayer.nflShop.ListProductsResponse.ProductData data = 1 [json_name = "data"];java.util.List<ListProductsResponse.ProductData>getDataList()repeated .streamlayer.nflShop.ListProductsResponse.ProductData data = 1 [json_name = "data"];ListProductsResponse.MetagetMeta().streamlayer.nflShop.ListProductsResponse.Meta meta = 2 [json_name = "meta"];booleanhasMeta().streamlayer.nflShop.ListProductsResponse.Meta meta = 2 [json_name = "meta"];
-
-
-
Method Detail
-
getDataList
java.util.List<ListProductsResponse.ProductData> getDataList()
repeated .streamlayer.nflShop.ListProductsResponse.ProductData data = 1 [json_name = "data"];
-
getData
ListProductsResponse.ProductData getData(int index)
repeated .streamlayer.nflShop.ListProductsResponse.ProductData data = 1 [json_name = "data"];
-
getDataCount
int getDataCount()
repeated .streamlayer.nflShop.ListProductsResponse.ProductData data = 1 [json_name = "data"];
-
hasMeta
boolean hasMeta()
.streamlayer.nflShop.ListProductsResponse.Meta meta = 2 [json_name = "meta"];- Returns:
- Whether the meta field is set.
-
getMeta
ListProductsResponse.Meta getMeta()
.streamlayer.nflShop.ListProductsResponse.Meta meta = 2 [json_name = "meta"];- Returns:
- The meta.
-
-