public class WxPayCouponInfoQueryRequest extends WxPayBaseRequest
查询代金券信息请求对象类 Created by Binary Wang on 2017-7-15.
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WxPayCouponInfoQueryRequest.Builder |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
checkConstraints()
检查约束情况
|
String |
getCouponId() |
String |
getDeviceInfo() |
String |
getOpenid() |
String |
getOpUserId() |
String |
getStockId() |
String |
getType() |
String |
getVersion() |
static WxPayCouponInfoQueryRequest.Builder |
newBuilder() |
void |
setCouponId(String couponId) |
void |
setDeviceInfo(String deviceInfo) |
void |
setOpenid(String openid) |
void |
setOpUserId(String opUserId) |
void |
setStockId(String stockId) |
void |
setType(String type) |
void |
setVersion(String version) |
checkAndSign, checkFields, getAppid, getMchId, getNonceStr, getSign, getSignType, getSubAppId, getSubMchId, setAppid, setMchId, setNonceStr, setSign, setSignType, setSubAppId, setSubMchId, toString, toXML, yuanToFeepublic static WxPayCouponInfoQueryRequest.Builder newBuilder()
public String getCouponId()
public void setCouponId(String couponId)
public String getStockId()
public void setStockId(String stockId)
public String getOpenid()
public void setOpenid(String openid)
public String getOpUserId()
public void setOpUserId(String opUserId)
public String getDeviceInfo()
public void setDeviceInfo(String deviceInfo)
public String getVersion()
public void setVersion(String version)
public String getType()
public void setType(String type)
protected void checkConstraints()
WxPayBaseRequestcheckConstraints 在类中 WxPayBaseRequestCopyright © 2017. All rights reserved.