public class ProductFeedUploadProgress extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductFeedUploadProgress() |
| Modifier and Type | Method and Description |
|---|---|
ProductFeedUploadProgress |
copyFrom(ProductFeedUploadProgress instance) |
APIContext |
getContext() |
String |
getFieldId() |
Long |
getFieldPos() |
Long |
getFieldSize() |
String |
getFieldStep() |
String |
getFieldUnit() |
String |
getFieldUpdatedTime() |
String |
getId() |
static APIRequest.ResponseParser<ProductFeedUploadProgress> |
getParser() |
static ProductFeedUploadProgress |
loadJSON(String json,
APIContext context) |
static APINodeList<ProductFeedUploadProgress> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ProductFeedUploadProgress |
setFieldId(String value) |
ProductFeedUploadProgress |
setFieldPos(Long value) |
ProductFeedUploadProgress |
setFieldSize(Long value) |
ProductFeedUploadProgress |
setFieldStep(String value) |
ProductFeedUploadProgress |
setFieldUnit(String value) |
ProductFeedUploadProgress |
setFieldUpdatedTime(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductFeedUploadProgress loadJSON(String json, APIContext context)
public static APINodeList<ProductFeedUploadProgress> 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 getFieldPos()
public ProductFeedUploadProgress setFieldPos(Long value)
public Long getFieldSize()
public ProductFeedUploadProgress setFieldSize(Long value)
public String getFieldStep()
public ProductFeedUploadProgress setFieldStep(String value)
public String getFieldUnit()
public ProductFeedUploadProgress setFieldUnit(String value)
public String getFieldUpdatedTime()
public ProductFeedUploadProgress setFieldUpdatedTime(String value)
public String getFieldId()
public ProductFeedUploadProgress setFieldId(String value)
public ProductFeedUploadProgress copyFrom(ProductFeedUploadProgress instance)
public static APIRequest.ResponseParser<ProductFeedUploadProgress> getParser()
Copyright © 2018. All rights reserved.