public class ProductFeedUploadDiagnosticsReport extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductFeedUploadDiagnosticsReport() |
| Modifier and Type | Method and Description |
|---|---|
ProductFeedUploadDiagnosticsReport |
copyFrom(ProductFeedUploadDiagnosticsReport instance) |
APIContext |
getContext() |
String |
getFieldLastUpdatedTime() |
String |
getFieldReportUrl() |
String |
getId() |
static APIRequest.ResponseParser<ProductFeedUploadDiagnosticsReport> |
getParser() |
static ProductFeedUploadDiagnosticsReport |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductFeedUploadDiagnosticsReport> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductFeedUploadDiagnosticsReport |
setFieldLastUpdatedTime(String value) |
ProductFeedUploadDiagnosticsReport |
setFieldReportUrl(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductFeedUploadDiagnosticsReport loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductFeedUploadDiagnosticsReport> 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 getFieldLastUpdatedTime()
public ProductFeedUploadDiagnosticsReport setFieldLastUpdatedTime(String value)
public String getFieldReportUrl()
public ProductFeedUploadDiagnosticsReport setFieldReportUrl(String value)
public ProductFeedUploadDiagnosticsReport copyFrom(ProductFeedUploadDiagnosticsReport instance)
public static APIRequest.ResponseParser<ProductFeedUploadDiagnosticsReport> getParser()
Copyright © 2020. All rights reserved.