public class InboundOrder extends AlipayObject
Constructor and Description |
---|
InboundOrder() |
Modifier and Type | Method and Description |
---|---|
String |
getExtInfo()
Gets ext info.
|
String |
getInboundType()
Gets inbound type.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getRemark()
Gets remark.
|
SenderInfoVO |
getSenderInfoVo()
Gets sender info vo.
|
String |
getWarehouseCode()
Gets warehouse code.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setInboundType(String inboundType)
Sets inbound type.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setRemark(String remark)
Sets remark.
|
void |
setSenderInfoVo(SenderInfoVO senderInfoVo)
Sets sender info vo.
|
void |
setWarehouseCode(String warehouseCode)
Sets warehouse code.
|
public String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getInboundType()
public void setInboundType(String inboundType)
inboundType
- the inbound typepublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getRemark()
public void setRemark(String remark)
remark
- the remarkpublic SenderInfoVO getSenderInfoVo()
public void setSenderInfoVo(SenderInfoVO senderInfoVo)
senderInfoVo
- the sender info vopublic String getWarehouseCode()
public void setWarehouseCode(String warehouseCode)
warehouseCode
- the warehouse codeCopyright © 2018. All rights reserved.