public class WechatPayRequest extends Object
| 构造器和说明 |
|---|
WechatPayRequest()
Instantiates a new Wechat pay request.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppId()
Gets app id.
|
String |
getAttach()
Gets attach.
|
String |
getAuthCode()
Gets auth code.
|
String |
getBody()
Gets body.
|
String |
getDetail()
Gets detail.
|
String |
getDeviceInfo()
Gets device info.
|
String |
getFeeType()
Gets fee type.
|
String |
getGoodsTag()
Gets goods tag.
|
String |
getLimitPay()
Gets limit pay.
|
String |
getMchId()
Gets mch id.
|
String |
getNonceStr()
Gets nonce str.
|
String |
getOpenId()
Gets open id.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getSceneInfo()
Gets scene info.
|
String |
getSign()
Gets sign.
|
String |
getSpbillCreateIp()
Gets spbill create ip.
|
String |
getSubAppId()
Gets sub app id.
|
String |
getSubMchId()
Gets sub mch id.
|
String |
getTotalFee()
Gets total fee.
|
void |
setAppId(String appId)
Sets app id.
|
void |
setAttach(String attach)
Sets attach.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
void |
setBody(String body)
Sets body.
|
void |
setDetail(String detail)
Sets detail.
|
void |
setDeviceInfo(String deviceInfo)
Sets device info.
|
void |
setFeeType(String feeType)
Sets fee type.
|
void |
setGoodsTag(String goodsTag)
Sets goods tag.
|
void |
setLimitPay(String limitPay)
Sets limit pay.
|
void |
setMchId(String mchId)
Sets mch id.
|
void |
setOpenId(String openId)
Sets open id.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setSceneInfo(String sceneInfo)
Sets scene info.
|
void |
setSign(String sign)
Sets sign.
|
void |
setSpbillCreateIp(String spbillCreateIp)
Sets spbill create ip.
|
void |
setSubAppId(String subAppId)
Sets sub app id.
|
void |
setSubMchId(String subMchId)
Sets sub mch id.
|
void |
setTotalFee(String totalFee)
Sets total fee.
|
String |
toString() |
public String getOpenId()
public void setOpenId(String openId)
openId - the open idpublic String getAppId()
public void setAppId(String appId)
appId - the app idpublic String getMchId()
public void setMchId(String mchId)
mchId - the mch idpublic String getNonceStr()
public String getSign()
public void setSign(String sign)
sign - the signpublic String getBody()
public void setBody(String body)
body - the bodypublic String getTotalFee()
public void setTotalFee(String totalFee)
totalFee - the total feepublic String getSpbillCreateIp()
public void setSpbillCreateIp(String spbillCreateIp)
spbillCreateIp - the spbill create ippublic String getOutTradeNo()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getAuthCode()
public void setAuthCode(String authCode)
authCode - the auth codepublic String getDetail()
public void setDetail(String detail)
detail - the detailpublic String getAttach()
public void setAttach(String attach)
attach - the attachpublic String getFeeType()
public void setFeeType(String feeType)
feeType - the fee typepublic String getGoodsTag()
public void setGoodsTag(String goodsTag)
goodsTag - the goods tagpublic String getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
deviceInfo - the device infopublic String getLimitPay()
public void setLimitPay(String limitPay)
limitPay - the limit paypublic String getSubAppId()
public void setSubAppId(String subAppId)
subAppId - the sub app idpublic String getSubMchId()
public void setSubMchId(String subMchId)
subMchId - the sub mch idpublic String getSceneInfo()
public void setSceneInfo(String sceneInfo)
sceneInfo - the scene infoCopyright © 2018. All rights reserved.