public class AlipayEbppPdeductSignAddRequest extends Object implements AlipayRequest<AlipayEbppPdeductSignAddResponse>
| Constructor and Description |
|---|
AlipayEbppPdeductSignAddRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentChannel()
Gets agent channel.
|
String |
getAgentCode()
Gets agent code.
|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
String |
getBillKey()
Gets bill key.
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getBizType()
Gets biz type.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getDeductProdCode()
Gets deduct prod code.
|
String |
getDeductType()
Gets deduct type.
|
String |
getExtendField()
Gets extend field.
|
String |
getExtUserInfo()
Gets ext user info.
|
String |
getNotifyConfig()
Gets notify config.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getOutAgreementId()
Gets out agreement id.
|
String |
getOwnerName()
Gets owner name.
|
String |
getPayConfig()
Gets pay config.
|
String |
getPayPasswordToken()
Gets pay password token.
|
String |
getPid()
Gets pid.
|
String |
getProdCode()
获取产品码
|
Class<AlipayEbppPdeductSignAddResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getSignExpireDate()
Gets sign expire date.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
String |
getUserId()
Gets user id.
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value)
Put other text param.
|
void |
setAgentChannel(String agentChannel)
Sets agent channel.
|
void |
setAgentCode(String agentCode)
Sets agent code.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setDeductProdCode(String deductProdCode)
Sets deduct prod code.
|
void |
setDeductType(String deductType)
Sets deduct type.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setExtUserInfo(String extUserInfo)
Sets ext user info.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyConfig(String notifyConfig)
Sets notify config.
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setOutAgreementId(String outAgreementId)
Sets out agreement id.
|
void |
setOwnerName(String ownerName)
Sets owner name.
|
void |
setPayConfig(String payConfig)
Sets pay config.
|
void |
setPayPasswordToken(String payPasswordToken)
Sets pay password token.
|
void |
setPid(String pid)
Sets pid.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setSignExpireDate(String signExpireDate)
Sets sign expire date.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
void |
setUserId(String userId)
Sets user id.
|
public void setAgentChannel(String agentChannel)
agentChannel - the agent channelpublic String getAgentChannel()
public void setAgentCode(String agentCode)
agentCode - the agent codepublic String getAgentCode()
public void setBillKey(String billKey)
billKey - the bill keypublic String getBillKey()
public void setBizType(String bizType)
bizType - the biz typepublic String getBizType()
public void setChargeInst(String chargeInst)
chargeInst - the charge instpublic String getChargeInst()
public void setDeductProdCode(String deductProdCode)
deductProdCode - the deduct prod codepublic String getDeductProdCode()
public void setDeductType(String deductType)
deductType - the deduct typepublic String getDeductType()
public void setExtUserInfo(String extUserInfo)
extUserInfo - the ext user infopublic String getExtUserInfo()
public void setExtendField(String extendField)
extendField - the extend fieldpublic String getExtendField()
public void setNotifyConfig(String notifyConfig)
notifyConfig - the notify configpublic String getNotifyConfig()
public void setOutAgreementId(String outAgreementId)
outAgreementId - the out agreement idpublic String getOutAgreementId()
public void setOwnerName(String ownerName)
ownerName - the owner namepublic String getOwnerName()
public void setPayConfig(String payConfig)
payConfig - the pay configpublic String getPayConfig()
public void setPayPasswordToken(String payPasswordToken)
payPasswordToken - the pay password tokenpublic String getPayPasswordToken()
public void setPid(String pid)
pid - the pidpublic String getPid()
public void setSignExpireDate(String signExpireDate)
signExpireDate - the sign expire datepublic String getSignExpireDate()
public void setSubBizType(String subBizType)
subBizType - the sub biz typepublic String getSubBizType()
public void setUserId(String userId)
userId - the user idpublic String getUserId()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestsetNotifyUrl in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>notifyUrl - the notify urlpublic String getReturnUrl()
AlipayRequestgetReturnUrl in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void setReturnUrl(String returnUrl)
AlipayRequestsetReturnUrl in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>returnUrl - the return urlpublic String getApiVersion()
AlipayRequestgetApiVersion in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>prodCode - 产品码public String getProdCode()
AlipayRequestgetProdCode in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public String getApiMethodName()
AlipayRequestgetApiMethodName in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void putOtherTextParam(String key, String value)
key - the keyvalue - the valuepublic Class<AlipayEbppPdeductSignAddResponse> getResponseClass()
AlipayRequestgetResponseClass in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestsetNeedEncrypt in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>needEncrypt - the need encryptpublic AlipayObject getBizModel()
AlipayRequestgetBizModel in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>public void setBizModel(AlipayObject bizModel)
AlipayRequestsetBizModel in interface AlipayRequest<AlipayEbppPdeductSignAddResponse>bizModel - the biz modelCopyright © 2018. All rights reserved.