public class ProductCatalogFacets extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalogFacets() |
| Modifier and Type | Method and Description |
|---|---|
ProductCatalogFacets |
copyFrom(ProductCatalogFacets instance) |
APIContext |
getContext() |
List<Map<String,List<Object>>> |
getFieldFacets() |
Long |
getFieldItemCount() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogFacets> |
getParser() |
static ProductCatalogFacets |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductCatalogFacets> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductCatalogFacets |
setFieldFacets(List<Map<String,List<Object>>> value) |
ProductCatalogFacets |
setFieldItemCount(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogFacets loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductCatalogFacets> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldItemCount()
public ProductCatalogFacets setFieldItemCount(Long value)
public ProductCatalogFacets copyFrom(ProductCatalogFacets instance)
public static APIRequest.ResponseParser<ProductCatalogFacets> getParser()
Copyright © 2024. All rights reserved.