public class AlipayDaoweiOrderModifyModel extends AlipayObject
Constructor and Description |
---|
AlipayDaoweiOrderModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
String |
getGmtStart()
Gets gmt start.
|
String |
getMemo()
Gets memo.
|
String |
getModifyType()
Gets modify type.
|
String |
getOrderNo()
Gets order no.
|
String |
getOriginAmount()
Gets origin amount.
|
String |
getRealAmount()
Gets real amount.
|
void |
setAddress(String address)
Sets address.
|
void |
setGmtStart(String gmtStart)
Sets gmt start.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setModifyType(String modifyType)
Sets modify type.
|
void |
setOrderNo(String orderNo)
Sets order no.
|
void |
setOriginAmount(String originAmount)
Sets origin amount.
|
void |
setRealAmount(String realAmount)
Sets real amount.
|
public String getAddress()
public void setAddress(String address)
address
- the addresspublic String getGmtStart()
public void setGmtStart(String gmtStart)
gmtStart
- the gmt startpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getModifyType()
public void setModifyType(String modifyType)
modifyType
- the modify typepublic String getOrderNo()
public void setOrderNo(String orderNo)
orderNo
- the order nopublic String getOriginAmount()
public void setOriginAmount(String originAmount)
originAmount
- the origin amountpublic String getRealAmount()
public void setRealAmount(String realAmount)
realAmount
- the real amountCopyright © 2018. All rights reserved.