public class OutboundOrderVO extends AlipayObject
Constructor and Description |
---|
OutboundOrderVO() |
Modifier and Type | Method and Description |
---|---|
String |
getCancelReason()
Gets cancel reason.
|
String |
getExtInfo()
Gets ext info.
|
Date |
getGmtCreate()
Gets gmt create.
|
String |
getGmtModified()
Gets gmt modified.
|
Date |
getNoticeDate()
Gets notice date.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOperatorType()
Gets operator type.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getOutboundOrderId()
Gets outbound order id.
|
String |
getOutboundType()
Gets outbound type.
|
String |
getRemark()
Gets remark.
|
String |
getStatus()
Gets status.
|
String |
getWarehouseCode()
Gets warehouse code.
|
void |
setCancelReason(String cancelReason)
Sets cancel reason.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtModified(String gmtModified)
Sets gmt modified.
|
void |
setNoticeDate(Date noticeDate)
Sets notice date.
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOperatorType(String operatorType)
Sets operator type.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setOutboundOrderId(String outboundOrderId)
Sets outbound order id.
|
void |
setOutboundType(String outboundType)
Sets outbound type.
|
void |
setRemark(String remark)
Sets remark.
|
void |
setStatus(String status)
Sets status.
|
void |
setWarehouseCode(String warehouseCode)
Sets warehouse code.
|
public String getCancelReason()
public void setCancelReason(String cancelReason)
cancelReason
- the cancel reasonpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate
- the gmt createpublic String getGmtModified()
public void setGmtModified(String gmtModified)
gmtModified
- the gmt modifiedpublic Date getNoticeDate()
public void setNoticeDate(Date noticeDate)
noticeDate
- the notice datepublic String getOperatorId()
public void setOperatorId(String operatorId)
operatorId
- the operator idpublic String getOperatorType()
public void setOperatorType(String operatorType)
operatorType
- the operator typepublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getOutboundOrderId()
public void setOutboundOrderId(String outboundOrderId)
outboundOrderId
- the outbound order idpublic String getOutboundType()
public void setOutboundType(String outboundType)
outboundType
- the outbound typepublic String getRemark()
public void setRemark(String remark)
remark
- the remarkpublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getWarehouseCode()
public void setWarehouseCode(String warehouseCode)
warehouseCode
- the warehouse codeCopyright © 2018. All rights reserved.