public class AccessReturnQrcodeResult extends AlipayObject
Constructor and Description |
---|
AccessReturnQrcodeResult() |
Modifier and Type | Method and Description |
---|---|
String |
getAssetPurchaseId()
Gets asset purchase id.
|
String |
getErrorCode()
Gets error code.
|
String |
getErrorDesc()
Gets error desc.
|
String |
getExpressNo()
Gets express no.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getQrcode()
Gets qrcode.
|
Boolean |
getSuccess()
Gets success.
|
void |
setAssetPurchaseId(String assetPurchaseId)
Sets asset purchase id.
|
void |
setErrorCode(String errorCode)
Sets error code.
|
void |
setErrorDesc(String errorDesc)
Sets error desc.
|
void |
setExpressNo(String expressNo)
Sets express no.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setQrcode(String qrcode)
Sets qrcode.
|
void |
setSuccess(Boolean success)
Sets success.
|
public String getAssetPurchaseId()
public void setAssetPurchaseId(String assetPurchaseId)
assetPurchaseId
- the asset purchase idpublic String getErrorCode()
public void setErrorCode(String errorCode)
errorCode
- the error codepublic String getErrorDesc()
public void setErrorDesc(String errorDesc)
errorDesc
- the error descpublic String getExpressNo()
public void setExpressNo(String expressNo)
expressNo
- the express nopublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getQrcode()
public void setQrcode(String qrcode)
qrcode
- the qrcodepublic Boolean getSuccess()
public void setSuccess(Boolean success)
success
- the successCopyright © 2018. All rights reserved.