public class MicroMchRequest extends Object
| 构造器和说明 |
|---|
MicroMchRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getBody()
Gets body.
|
String |
getBusiness()
Gets business.
|
String |
getContact()
Gets contact.
|
String |
getContactEmail()
Gets contact email.
|
String |
getContactPhone()
Gets contact phone.
|
String |
getDeviceInfo()
Gets device info.
|
String |
getMchId()
Gets mch id.
|
String |
getMerchantDetailaddress()
Gets merchant detailaddress.
|
String |
getMerchantGbaddress()
Gets merchant gbaddress.
|
String |
getMerchantName()
Gets merchant name.
|
String |
getMerchantRemark()
Gets merchant remark.
|
String |
getMerchantShortname()
Gets merchant shortname.
|
String |
getMicroMchId()
Gets micro mch id.
|
String |
getNonceStr()
Gets nonce str.
|
String |
getRecipientIdcardno()
Gets recipient idcardno.
|
String |
getRecipientName()
Gets recipient name.
|
String |
getRecipientWechatid()
Gets recipient wechatid.
|
String |
getServicePhone()
Gets service phone.
|
String |
getSign()
Gets sign.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setBody(String body)
Sets body.
|
void |
setBusiness(String business)
Sets business.
|
void |
setContact(String contact)
Sets contact.
|
void |
setContactEmail(String contactEmail)
Sets contact email.
|
void |
setContactPhone(String contactPhone)
Sets contact phone.
|
void |
setDeviceInfo(String deviceInfo)
Sets device info.
|
void |
setMchId(String mchId)
Sets mch id.
|
void |
setMerchantDetailaddress(String merchantDetailaddress)
Sets merchant detailaddress.
|
void |
setMerchantGbaddress(String merchantGbaddress)
Sets merchant gbaddress.
|
void |
setMerchantName(String merchantName)
Sets merchant name.
|
void |
setMerchantRemark(String merchantRemark)
Sets merchant remark.
|
void |
setMerchantShortname(String merchantShortname)
Sets merchant shortname.
|
void |
setMicroMchId(String microMchId)
Sets micro mch id.
|
void |
setNonceStr(String nonceStr)
Sets nonce str.
|
void |
setRecipientIdcardno(String recipientIdcardno)
Sets recipient idcardno.
|
void |
setRecipientName(String recipientName)
Sets recipient name.
|
void |
setRecipientWechatid(String recipientWechatid)
Sets recipient wechatid.
|
void |
setServicePhone(String servicePhone)
Sets service phone.
|
void |
setSign(String sign)
Sets sign.
|
String |
toString() |
public String getAppid()
public void setAppid(String appid)
appid - the appidpublic String getMchId()
public void setMchId(String mchId)
mchId - the mch idpublic String getSign()
public void setSign(String sign)
sign - the signpublic String getMerchantName()
public void setMerchantName(String merchantName)
merchantName - the merchant namepublic String getMerchantShortname()
public void setMerchantShortname(String merchantShortname)
merchantShortname - the merchant shortnamepublic String getRecipientName()
public void setRecipientName(String recipientName)
recipientName - the recipient namepublic String getRecipientIdcardno()
public void setRecipientIdcardno(String recipientIdcardno)
recipientIdcardno - the recipient idcardnopublic String getBusiness()
public void setBusiness(String business)
business - the businesspublic String getMerchantRemark()
public void setMerchantRemark(String merchantRemark)
merchantRemark - the merchant remarkpublic String getServicePhone()
public void setServicePhone(String servicePhone)
servicePhone - the service phonepublic String getMerchantGbaddress()
public void setMerchantGbaddress(String merchantGbaddress)
merchantGbaddress - the merchant gbaddresspublic String getMerchantDetailaddress()
public void setMerchantDetailaddress(String merchantDetailaddress)
merchantDetailaddress - the merchant detailaddresspublic String getContact()
public void setContact(String contact)
contact - the contactpublic String getContactPhone()
public void setContactPhone(String contactPhone)
contactPhone - the contact phonepublic String getContactEmail()
public void setContactEmail(String contactEmail)
contactEmail - the contact emailpublic String getRecipientWechatid()
public void setRecipientWechatid(String recipientWechatid)
recipientWechatid - the recipient wechatidpublic String getMicroMchId()
public void setMicroMchId(String microMchId)
microMchId - the micro mch idpublic String getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
deviceInfo - the device infopublic String getBody()
public void setBody(String body)
body - the bodypublic String getNonceStr()
public void setNonceStr(String nonceStr)
nonceStr - the nonce strCopyright © 2018. All rights reserved.