public class AlipayAcquirePrecreateResponse extends AlipayResponse
Constructor and Description |
---|
AlipayAcquirePrecreateResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getDetailErrorCode()
Gets detail error code.
|
String |
getDetailErrorDes()
Gets detail error des.
|
String |
getError()
Gets error.
|
String |
getIsSuccess()
Gets is success.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPicUrl()
Gets pic url.
|
String |
getQrCode()
Gets qr code.
|
String |
getResultCode()
Gets result code.
|
String |
getTradeNo()
Gets trade no.
|
String |
getVoucherType()
Gets voucher type.
|
void |
setDetailErrorCode(String detailErrorCode)
Sets detail error code.
|
void |
setDetailErrorDes(String detailErrorDes)
Sets detail error des.
|
void |
setError(String error)
Sets error.
|
void |
setIsSuccess(String isSuccess)
Sets is success.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPicUrl(String picUrl)
Sets pic url.
|
void |
setQrCode(String qrCode)
Sets qr code.
|
void |
setResultCode(String resultCode)
Sets result code.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
void |
setVoucherType(String voucherType)
Sets voucher type.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setDetailErrorCode(String detailErrorCode)
detailErrorCode
- the detail error codepublic String getDetailErrorCode()
public void setDetailErrorDes(String detailErrorDes)
detailErrorDes
- the detail error despublic String getDetailErrorDes()
public void setError(String error)
error
- the errorpublic String getError()
public void setIsSuccess(String isSuccess)
isSuccess
- the is successpublic String getIsSuccess()
public void setOutTradeNo(String outTradeNo)
outTradeNo
- the out trade nopublic String getOutTradeNo()
public void setPicUrl(String picUrl)
picUrl
- the pic urlpublic String getPicUrl()
public void setQrCode(String qrCode)
qrCode
- the qr codepublic String getQrCode()
public void setResultCode(String resultCode)
resultCode
- the result codepublic String getResultCode()
public void setTradeNo(String tradeNo)
tradeNo
- the trade nopublic String getTradeNo()
public void setVoucherType(String voucherType)
voucherType
- the voucher typepublic String getVoucherType()
Copyright © 2018. All rights reserved.