public class PosOrderKey extends AlipayObject
Constructor and Description |
---|
PosOrderKey() |
Modifier and Type | Method and Description |
---|---|
String |
getDvSn()
Gets dv sn.
|
String |
getMerchantId()
Gets merchant id.
|
Long |
getOrderVersion()
Gets order version.
|
String |
getOutBizNo()
Gets out biz no.
|
void |
setDvSn(String dvSn)
Sets dv sn.
|
void |
setMerchantId(String merchantId)
Sets merchant id.
|
void |
setOrderVersion(Long orderVersion)
Sets order version.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
public String getDvSn()
public void setDvSn(String dvSn)
dvSn
- the dv snpublic String getMerchantId()
public void setMerchantId(String merchantId)
merchantId
- the merchant idpublic Long getOrderVersion()
public void setOrderVersion(Long orderVersion)
orderVersion
- the order versionpublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz noCopyright © 2018. All rights reserved.