public class AlipayEbppBillAddRequest extends Object implements AlipayRequest<AlipayEbppBillAddResponse>
| Constructor and Description |
|---|
AlipayEbppBillAddRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
String |
getBankBillNo()
Gets bank bill no.
|
String |
getBillDate()
Gets bill date.
|
String |
getBillKey()
Gets bill key.
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getExtendField()
Gets extend field.
|
String |
getMerchantOrderNo()
Gets merchant order no.
|
String |
getMobile()
Gets mobile.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getOrderType()
Gets order type.
|
String |
getOwnerName()
Gets owner name.
|
String |
getPayAmount()
Gets pay amount.
|
String |
getProdCode()
获取产品码
|
Class<AlipayEbppBillAddResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getServiceAmount()
Gets service amount.
|
String |
getSubOrderType()
Gets sub order type.
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
String |
getTrafficLocation()
Gets traffic location.
|
String |
getTrafficRegulations()
Gets traffic regulations.
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value)
Put other text param.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBankBillNo(String bankBillNo)
Sets bank bill no.
|
void |
setBillDate(String billDate)
Sets bill date.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setMerchantOrderNo(String merchantOrderNo)
Sets merchant order no.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setOrderType(String orderType)
Sets order type.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setPayAmount(String payAmount)
Sets pay amount.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setServiceAmount(String serviceAmount)
Sets service amount.
|
void |
setSubOrderType(String subOrderType)
Sets sub order type.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
void |
setTrafficLocation(String trafficLocation)
Sets traffic location.
|
void |
setTrafficRegulations(String trafficRegulations)
Sets traffic regulations.
|
public void setBankBillNo(String bankBillNo)
bankBillNo - the bank bill nopublic String getBankBillNo()
public void setBillDate(String billDate)
billDate - the bill datepublic String getBillDate()
public void setBillKey(String billKey)
billKey - the bill keypublic String getBillKey()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeInst()
public void setExtendField(String extendField)
extendField - the extend fieldpublic String getExtendField()
public void setMerchantOrderNo(String merchantOrderNo)
merchantOrderNo - the merchant order nopublic String getMerchantOrderNo()
public void setMobile(String mobile)
mobile - the mobilepublic String getMobile()
public void setOrderType(String orderType)
orderType - the order typepublic String getOrderType()
public void setOwnerName(String ownerName)
ownerName - the owner namepublic String getOwnerName()
public void setPayAmount(String payAmount)
payAmount - the pay amountpublic String getPayAmount()
public void setServiceAmount(String serviceAmount)
serviceAmount - the service amountpublic String getServiceAmount()
public void setSubOrderType(String subOrderType)
subOrderType - the sub order typepublic String getSubOrderType()
public void setTrafficLocation(String trafficLocation)
trafficLocation - the traffic locationpublic String getTrafficLocation()
public void setTrafficRegulations(String trafficRegulations)
trafficRegulations - the traffic regulationspublic String getTrafficRegulations()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl in interface AlipayRequest<AlipayEbppBillAddResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestsetNotifyUrl in interface AlipayRequest<AlipayEbppBillAddResponse>notifyUrl - the notify urlpublic String getReturnUrl()
AlipayRequestgetReturnUrl in interface AlipayRequest<AlipayEbppBillAddResponse>public void setReturnUrl(String returnUrl)
AlipayRequestsetReturnUrl in interface AlipayRequest<AlipayEbppBillAddResponse>returnUrl - the return urlpublic String getApiVersion()
AlipayRequestgetApiVersion in interface AlipayRequest<AlipayEbppBillAddResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion in interface AlipayRequest<AlipayEbppBillAddResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType in interface AlipayRequest<AlipayEbppBillAddResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType in interface AlipayRequest<AlipayEbppBillAddResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo in interface AlipayRequest<AlipayEbppBillAddResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo in interface AlipayRequest<AlipayEbppBillAddResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode in interface AlipayRequest<AlipayEbppBillAddResponse>prodCode - 产品码public String getProdCode()
AlipayRequestgetProdCode in interface AlipayRequest<AlipayEbppBillAddResponse>public String getApiMethodName()
AlipayRequestgetApiMethodName in interface AlipayRequest<AlipayEbppBillAddResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams in interface AlipayRequest<AlipayEbppBillAddResponse>public void putOtherTextParam(String key, String value)
key - the keyvalue - the valuepublic Class<AlipayEbppBillAddResponse> getResponseClass()
AlipayRequestgetResponseClass in interface AlipayRequest<AlipayEbppBillAddResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt in interface AlipayRequest<AlipayEbppBillAddResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestsetNeedEncrypt in interface AlipayRequest<AlipayEbppBillAddResponse>needEncrypt - the need encryptpublic AlipayObject getBizModel()
AlipayRequestgetBizModel in interface AlipayRequest<AlipayEbppBillAddResponse>public void setBizModel(AlipayObject bizModel)
AlipayRequestsetBizModel in interface AlipayRequest<AlipayEbppBillAddResponse>bizModel - the biz modelCopyright © 2018. All rights reserved.