public class TaobaoUpdateFieldRequest extends Object
| 构造器和说明 |
|---|
TaobaoUpdateFieldRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCourierInfo() |
String |
getFieldName() |
String |
getFieldValue() |
String |
getRemark() |
String |
getSolution() |
String |
getTxLogisticID() |
void |
setCourierInfo(String courierInfo) |
void |
setFieldName(String fieldName) |
void |
setFieldValue(String fieldValue) |
void |
setRemark(String remark) |
void |
setSolution(String solution) |
void |
setTxLogisticID(String txLogisticID) |
public String getTxLogisticID()
public void setTxLogisticID(String txLogisticID)
txLogisticID - the txLogisticID to setpublic String getFieldName()
public void setFieldName(String fieldName)
fieldName - the fieldName to setpublic String getFieldValue()
public void setFieldValue(String fieldValue)
fieldValue - the fieldValue to setpublic String getRemark()
public void setRemark(String remark)
remark - the remark to setpublic String getSolution()
public void setSolution(String solution)
solution - the solution to setpublic String getCourierInfo()
public void setCourierInfo(String courierInfo)
courierInfo - the courierInfo to setCopyright © 2018. All rights reserved.