public class ProductCatalogProductSetsBatch extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalogProductSetsBatch() |
| Modifier and Type | Method and Description |
|---|---|
ProductCatalogProductSetsBatch |
copyFrom(ProductCatalogProductSetsBatch instance) |
APIContext |
getContext() |
List<Object> |
getFieldErrors() |
Long |
getFieldErrorsTotalCount() |
String |
getFieldHandle() |
String |
getFieldStatus() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogProductSetsBatch> |
getParser() |
static ProductCatalogProductSetsBatch |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductCatalogProductSetsBatch> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductCatalogProductSetsBatch |
setFieldErrors(List<Object> value) |
ProductCatalogProductSetsBatch |
setFieldErrorsTotalCount(Long value) |
ProductCatalogProductSetsBatch |
setFieldHandle(String value) |
ProductCatalogProductSetsBatch |
setFieldStatus(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogProductSetsBatch loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductCatalogProductSetsBatch> 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 ProductCatalogProductSetsBatch setFieldErrors(List<Object> value)
public Long getFieldErrorsTotalCount()
public ProductCatalogProductSetsBatch setFieldErrorsTotalCount(Long value)
public String getFieldHandle()
public ProductCatalogProductSetsBatch setFieldHandle(String value)
public String getFieldStatus()
public ProductCatalogProductSetsBatch setFieldStatus(String value)
public ProductCatalogProductSetsBatch copyFrom(ProductCatalogProductSetsBatch instance)
public static APIRequest.ResponseParser<ProductCatalogProductSetsBatch> getParser()
Copyright © 2020. All rights reserved.