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