public class ProductItemError extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductItemError() |
| Modifier and Type | Method and Description |
|---|---|
ProductItemError |
copyFrom(ProductItemError instance) |
APIContext |
getContext() |
String |
getFieldDescription() |
String |
getFieldErrorPriority() |
String |
getFieldErrorType() |
String |
getFieldTitle() |
String |
getId() |
static APIRequest.ResponseParser<ProductItemError> |
getParser() |
static ProductItemError |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductItemError> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductItemError |
setFieldDescription(String value) |
ProductItemError |
setFieldErrorPriority(String value) |
ProductItemError |
setFieldErrorType(String value) |
ProductItemError |
setFieldTitle(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductItemError loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductItemError> 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 String getFieldDescription()
public ProductItemError setFieldDescription(String value)
public String getFieldErrorPriority()
public ProductItemError setFieldErrorPriority(String value)
public String getFieldErrorType()
public ProductItemError setFieldErrorType(String value)
public String getFieldTitle()
public ProductItemError setFieldTitle(String value)
public ProductItemError copyFrom(ProductItemError instance)
public static APIRequest.ResponseParser<ProductItemError> getParser()
Copyright © 2024. All rights reserved.