public class UnifiedOrderInput extends Object
| 构造器和说明 |
|---|
UnifiedOrderInput()
Instantiates a new Unified order input.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppid()
Gets appid.
|
String |
getAttach()
Gets attach.
|
String |
getBody()
Gets body.
|
String |
getDetail()
Gets detail.
|
String |
getDevice_info()
Gets device info.
|
String |
getFee_type()
Gets fee type.
|
String |
getGoods_tag()
Gets goods tag.
|
String |
getLimit_pay()
Gets limit pay.
|
String |
getMch_id()
Gets mch id.
|
String |
getNonce_str()
Gets nonce str.
|
String |
getNotify_url()
Gets notify url.
|
String |
getOpenid()
Gets openid.
|
String |
getOut_trade_no()
Gets out trade no.
|
String |
getProduct_id()
Gets product id.
|
String |
getScene_info()
Gets scene info.
|
String |
getSign()
Gets sign.
|
String |
getSpbill_create_ip()
Gets spbill create ip.
|
String |
getSub_appid()
Gets sub appid.
|
String |
getSub_mch_id()
Gets sub mch id.
|
String |
getSub_openid()
Gets sub openid.
|
String |
getTime_expire()
Gets time expire.
|
String |
getTime_start()
Gets time start.
|
String |
getTotal_fee()
Gets total fee.
|
String |
getTrade_type()
Gets trade type.
|
void |
setAppid(String appid)
Sets appid.
|
void |
setAttach(String attach)
Sets attach.
|
void |
setBody(String body)
Sets body.
|
void |
setDetail(String detail)
Sets detail.
|
void |
setDevice_info(String device_info)
Sets device info.
|
void |
setFee_type(String fee_type)
Sets fee type.
|
void |
setGoods_tag(String goods_tag)
Sets goods tag.
|
void |
setLimit_pay(String limit_pay)
Sets limit pay.
|
void |
setMch_id(String mch_id)
Sets mch id.
|
void |
setNonce_str(String nonce_str)
Sets nonce str.
|
void |
setNotify_url(String notify_url)
Sets notify url.
|
void |
setOpenid(String openid)
Sets openid.
|
void |
setOut_trade_no(String out_trade_no)
Sets out trade no.
|
void |
setProduct_id(String product_id)
Sets product id.
|
void |
setScene_info(String scene_info)
Sets scene info.
|
void |
setSign(String sign)
Sets sign.
|
void |
setSpbill_create_ip(String spbill_create_ip)
Sets spbill create ip.
|
void |
setSub_appid(String sub_appid)
Sets sub appid.
|
void |
setSub_mch_id(String sub_mch_id)
Sets sub mch id.
|
void |
setSub_openid(String sub_openid)
Sets sub openid.
|
void |
setTime_expire(String time_expire)
Sets time expire.
|
void |
setTime_start(String time_start)
Sets time start.
|
void |
setTotal_fee(String total_fee)
Sets total fee.
|
void |
setTrade_type(String trade_type)
Sets trade type.
|
String |
toString() |
public String getScene_info()
public void setScene_info(String scene_info)
scene_info - the scene infopublic String getSub_appid()
public void setSub_appid(String sub_appid)
sub_appid - the sub appidpublic String getSub_mch_id()
public void setSub_mch_id(String sub_mch_id)
sub_mch_id - the sub mch idpublic String getSub_openid()
public void setSub_openid(String sub_openid)
sub_openid - the sub openidpublic String getOpenid()
public String getAppid()
public String getMch_id()
public String getNotify_url()
public String getTrade_type()
public String getNonce_str()
public String getSign()
public String getBody()
public String getTotal_fee()
public String getSpbill_create_ip()
public String getOut_trade_no()
public String getDetail()
public String getAttach()
public String getFee_type()
public String getTime_start()
public String getTime_expire()
public String getGoods_tag()
public String getDevice_info()
public String getProduct_id()
public String getLimit_pay()
public void setOpenid(String openid)
openid - the openidpublic void setAppid(String appid)
appid - the appidpublic void setMch_id(String mch_id)
mch_id - the mch idpublic void setNotify_url(String notify_url)
notify_url - the notify urlpublic void setTrade_type(String trade_type)
trade_type - the trade typepublic void setNonce_str(String nonce_str)
nonce_str - the nonce strpublic void setSign(String sign)
sign - the signpublic void setBody(String body)
body - the bodypublic void setTotal_fee(String total_fee)
total_fee - the total feepublic void setSpbill_create_ip(String spbill_create_ip)
spbill_create_ip - the spbill create ippublic void setOut_trade_no(String out_trade_no)
out_trade_no - the out trade nopublic void setDetail(String detail)
detail - the detailpublic void setAttach(String attach)
attach - the attachpublic void setFee_type(String fee_type)
fee_type - the fee typepublic void setTime_start(String time_start)
time_start - the time startpublic void setTime_expire(String time_expire)
time_expire - the time expirepublic void setGoods_tag(String goods_tag)
goods_tag - the goods tagpublic void setDevice_info(String device_info)
device_info - the device infopublic void setProduct_id(String product_id)
product_id - the product idpublic void setLimit_pay(String limit_pay)
limit_pay - the limit payCopyright © 2018. All rights reserved.