public class ProductsQualityIssue extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductsQualityIssue() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductsQualityIssue loadJSON(String json, APIContext context)
public static APINodeList<ProductsQualityIssue> 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 Long getFieldCount()
public ProductsQualityIssue setFieldCount(Long value)
public String getFieldDescription()
public ProductsQualityIssue setFieldDescription(String value)
public String getFieldIssueType()
public ProductsQualityIssue setFieldIssueType(String value)
public ProductsQualityIssue setFieldPropertyNames(List<String> value)
public List<ProductItem> getFieldSamples()
public ProductsQualityIssue setFieldSamples(List<ProductItem> value)
public ProductsQualityIssue setFieldSamples(String value)
public String getFieldSummary()
public ProductsQualityIssue setFieldSummary(String value)
public ProductsQualityIssue copyFrom(ProductsQualityIssue instance)
public static APIRequest.ResponseParser<ProductsQualityIssue> getParser()
Copyright © 2018. All rights reserved.