public class AlipayTransferThirdpartyBillCreateRequest extends Object implements AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
Constructor and Description |
---|
AlipayTransferThirdpartyBillCreateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAmount()
Gets amount.
|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getCurrency()
Gets currency.
|
String |
getExtParam()
Gets ext param.
|
String |
getMemo()
Gets memo.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getPartnerId()
Gets partner id.
|
String |
getPayeeAccount()
Gets payee account.
|
String |
getPayeeType()
Gets payee type.
|
String |
getPayerAccount()
Gets payer account.
|
String |
getPayerType()
Gets payer type.
|
String |
getPaymentId()
Gets payment id.
|
String |
getPaymentSource()
Gets payment source.
|
String |
getProdCode()
获取产品码
|
Class<AlipayTransferThirdpartyBillCreateResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
String |
getTitle()
Gets title.
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value)
Put other text param.
|
void |
setAmount(String amount)
Sets amount.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setCurrency(String currency)
Sets currency.
|
void |
setExtParam(String extParam)
Sets ext param.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setPartnerId(String partnerId)
Sets partner id.
|
void |
setPayeeAccount(String payeeAccount)
Sets payee account.
|
void |
setPayeeType(String payeeType)
Sets payee type.
|
void |
setPayerAccount(String payerAccount)
Sets payer account.
|
void |
setPayerType(String payerType)
Sets payer type.
|
void |
setPaymentId(String paymentId)
Sets payment id.
|
void |
setPaymentSource(String paymentSource)
Sets payment source.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
void |
setTitle(String title)
Sets title.
|
public AlipayTransferThirdpartyBillCreateRequest()
public void setAmount(String amount)
amount
- the amountpublic String getAmount()
public void setCurrency(String currency)
currency
- the currencypublic String getCurrency()
public void setExtParam(String extParam)
extParam
- the ext parampublic String getExtParam()
public void setMemo(String memo)
memo
- the memopublic String getMemo()
public void setPartnerId(String partnerId)
partnerId
- the partner idpublic String getPartnerId()
public void setPayeeAccount(String payeeAccount)
payeeAccount
- the payee accountpublic String getPayeeAccount()
public void setPayeeType(String payeeType)
payeeType
- the payee typepublic String getPayeeType()
public void setPayerAccount(String payerAccount)
payerAccount
- the payer accountpublic String getPayerAccount()
public void setPayerType(String payerType)
payerType
- the payer typepublic String getPayerType()
public void setPaymentId(String paymentId)
paymentId
- the payment idpublic String getPaymentId()
public void setPaymentSource(String paymentSource)
paymentSource
- the payment sourcepublic String getPaymentSource()
public void setTitle(String title)
title
- the titlepublic String getTitle()
public String getNotifyUrl()
AlipayRequest
getNotifyUrl
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void setNotifyUrl(String notifyUrl)
AlipayRequest
setNotifyUrl
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
notifyUrl
- the notify urlpublic String getReturnUrl()
AlipayRequest
getReturnUrl
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void setReturnUrl(String returnUrl)
AlipayRequest
setReturnUrl
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
returnUrl
- the return urlpublic String getApiVersion()
AlipayRequest
getApiVersion
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void setApiVersion(String apiVersion)
AlipayRequest
setApiVersion
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
apiVersion
- API版本public void setTerminalType(String terminalType)
AlipayRequest
setTerminalType
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
terminalType
- 终端类型public String getTerminalType()
AlipayRequest
getTerminalType
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void setTerminalInfo(String terminalInfo)
AlipayRequest
setTerminalInfo
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
terminalInfo
- 终端信息public String getTerminalInfo()
AlipayRequest
getTerminalInfo
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void setProdCode(String prodCode)
AlipayRequest
setProdCode
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
prodCode
- 产品码public String getProdCode()
AlipayRequest
getProdCode
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public String getApiMethodName()
AlipayRequest
getApiMethodName
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public Map<String,String> getTextParams()
AlipayRequest
getTextParams
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void putOtherTextParam(String key, String value)
key
- the keyvalue
- the valuepublic Class<AlipayTransferThirdpartyBillCreateResponse> getResponseClass()
AlipayRequest
getResponseClass
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public boolean isNeedEncrypt()
AlipayRequest
isNeedEncrypt
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void setNeedEncrypt(boolean needEncrypt)
AlipayRequest
setNeedEncrypt
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
needEncrypt
- the need encryptpublic AlipayObject getBizModel()
AlipayRequest
getBizModel
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
public void setBizModel(AlipayObject bizModel)
AlipayRequest
setBizModel
in interface AlipayRequest<AlipayTransferThirdpartyBillCreateResponse>
bizModel
- the biz modelCopyright © 2018. All rights reserved.