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<Object> |
getFieldFacets() |
String |
getFieldId() |
Long |
getFieldItemCount() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogFacets> |
getParser() |
static ProductCatalogFacets |
loadJSON(String json,
APIContext context) |
static APINodeList<ProductCatalogFacets> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ProductCatalogFacets |
setFieldFacets(List<Object> value) |
ProductCatalogFacets |
setFieldId(String value) |
ProductCatalogFacets |
setFieldItemCount(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogFacets loadJSON(String json, APIContext context)
public static APINodeList<ProductCatalogFacets> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic ProductCatalogFacets setFieldFacets(List<Object> value)
public Long getFieldItemCount()
public ProductCatalogFacets setFieldItemCount(Long value)
public String getFieldId()
public ProductCatalogFacets setFieldId(String value)
public ProductCatalogFacets copyFrom(ProductCatalogFacets instance)
public static APIRequest.ResponseParser<ProductCatalogFacets> getParser()
Copyright © 2018. All rights reserved.