public class InboundOrderVO extends AlipayObject
Constructor and Description |
---|
InboundOrderVO() |
Modifier and Type | Method and Description |
---|---|
String |
getExtInfo()
Gets ext info.
|
Date |
getGmtCreate()
Gets gmt create.
|
Date |
getGmtModified()
Gets gmt modified.
|
String |
getInboundOrderId()
Gets inbound order id.
|
String |
getInboundType()
Gets inbound type.
|
Date |
getNoticeDate()
Gets notice date.
|
String |
getOperatorId()
Gets operator id.
|
String |
getOperatorType()
Gets operator type.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getStatus()
Gets status.
|
String |
getWarehouseCode()
Gets warehouse code.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setGmtModified(Date gmtModified)
Sets gmt modified.
|
void |
setInboundOrderId(String inboundOrderId)
Sets inbound order id.
|
void |
setInboundType(String inboundType)
Sets inbound type.
|
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 |
setStatus(String status)
Sets status.
|
void |
setWarehouseCode(String warehouseCode)
Sets warehouse code.
|
public String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate
- the gmt createpublic Date getGmtModified()
public void setGmtModified(Date gmtModified)
gmtModified
- the gmt modifiedpublic String getInboundOrderId()
public void setInboundOrderId(String inboundOrderId)
inboundOrderId
- the inbound order idpublic String getInboundType()
public void setInboundType(String inboundType)
inboundType
- the inbound typepublic 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 getStatus()
public void setStatus(String status)
status
- the statuspublic String getWarehouseCode()
public void setWarehouseCode(String warehouseCode)
warehouseCode
- the warehouse codeCopyright © 2018. All rights reserved.