public class AlipayAcquireCreateandpayRequest extends Object implements AlipayRequest<AlipayAcquireCreateandpayResponse>
| Constructor and Description |
|---|
AlipayAcquireCreateandpayRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlipayCaRequest()
Gets alipay ca request.
|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getBody()
Gets body.
|
String |
getBuyerEmail()
Gets buyer email.
|
String |
getBuyerId()
Gets buyer id.
|
String |
getChannelParameters()
Gets channel parameters.
|
String |
getCurrency()
Gets currency.
|
String |
getDynamicId()
Gets dynamic id.
|
String |
getDynamicIdType()
Gets dynamic id type.
|
String |
getExtendParams()
Gets extend params.
|
String |
getFormatType()
Gets format type.
|
String |
getGoodsDetail()
Gets goods detail.
|
String |
getItBPay()
Gets it b pay.
|
String |
getMcardParameters()
Gets mcard parameters.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getOperatorId()
Gets operator id.
|
String |
getOperatorType()
Gets operator type.
|
String |
getOutTradeNo()
Gets out trade no.
|
String |
getPrice()
Gets price.
|
String |
getProdCode()
获取产品码
|
String |
getQuantity()
Gets quantity.
|
String |
getRefIds()
Gets ref ids.
|
Class<AlipayAcquireCreateandpayResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getRoyaltyParameters()
Gets royalty parameters.
|
String |
getRoyaltyType()
Gets royalty type.
|
String |
getSellerEmail()
Gets seller email.
|
String |
getSellerId()
Gets seller id.
|
String |
getShowUrl()
Gets show url.
|
String |
getSubject()
Gets subject.
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
String |
getTotalFee()
Gets total fee.
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value)
Put other text param.
|
void |
setAlipayCaRequest(String alipayCaRequest)
Sets alipay ca request.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setBody(String body)
Sets body.
|
void |
setBuyerEmail(String buyerEmail)
Sets buyer email.
|
void |
setBuyerId(String buyerId)
Sets buyer id.
|
void |
setChannelParameters(String channelParameters)
Sets channel parameters.
|
void |
setCurrency(String currency)
Sets currency.
|
void |
setDynamicId(String dynamicId)
Sets dynamic id.
|
void |
setDynamicIdType(String dynamicIdType)
Sets dynamic id type.
|
void |
setExtendParams(String extendParams)
Sets extend params.
|
void |
setFormatType(String formatType)
Sets format type.
|
void |
setGoodsDetail(String goodsDetail)
Sets goods detail.
|
void |
setItBPay(String itBPay)
Sets it b pay.
|
void |
setMcardParameters(String mcardParameters)
Sets mcard parameters.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setOperatorId(String operatorId)
Sets operator id.
|
void |
setOperatorType(String operatorType)
Sets operator type.
|
void |
setOutTradeNo(String outTradeNo)
Sets out trade no.
|
void |
setPrice(String price)
Sets price.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setQuantity(String quantity)
Sets quantity.
|
void |
setRefIds(String refIds)
Sets ref ids.
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setRoyaltyParameters(String royaltyParameters)
Sets royalty parameters.
|
void |
setRoyaltyType(String royaltyType)
Sets royalty type.
|
void |
setSellerEmail(String sellerEmail)
Sets seller email.
|
void |
setSellerId(String sellerId)
Sets seller id.
|
void |
setShowUrl(String showUrl)
Sets show url.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
void |
setTotalFee(String totalFee)
Sets total fee.
|
public void setAlipayCaRequest(String alipayCaRequest)
alipayCaRequest - the alipay ca requestpublic String getAlipayCaRequest()
public void setBody(String body)
body - the bodypublic String getBody()
public void setBuyerEmail(String buyerEmail)
buyerEmail - the buyer emailpublic String getBuyerEmail()
public void setBuyerId(String buyerId)
buyerId - the buyer idpublic String getBuyerId()
public void setChannelParameters(String channelParameters)
channelParameters - the channel parameterspublic String getChannelParameters()
public void setCurrency(String currency)
currency - the currencypublic String getCurrency()
public void setDynamicId(String dynamicId)
dynamicId - the dynamic idpublic String getDynamicId()
public void setDynamicIdType(String dynamicIdType)
dynamicIdType - the dynamic id typepublic String getDynamicIdType()
public void setExtendParams(String extendParams)
extendParams - the extend paramspublic String getExtendParams()
public void setFormatType(String formatType)
formatType - the format typepublic String getFormatType()
public void setGoodsDetail(String goodsDetail)
goodsDetail - the goods detailpublic String getGoodsDetail()
public void setItBPay(String itBPay)
itBPay - the it b paypublic String getItBPay()
public void setMcardParameters(String mcardParameters)
mcardParameters - the mcard parameterspublic String getMcardParameters()
public void setOperatorId(String operatorId)
operatorId - the operator idpublic String getOperatorId()
public void setOperatorType(String operatorType)
operatorType - the operator typepublic String getOperatorType()
public void setOutTradeNo(String outTradeNo)
outTradeNo - the out trade nopublic String getOutTradeNo()
public void setPrice(String price)
price - the pricepublic String getPrice()
public void setQuantity(String quantity)
quantity - the quantitypublic String getQuantity()
public void setRefIds(String refIds)
refIds - the ref idspublic String getRefIds()
public void setRoyaltyParameters(String royaltyParameters)
royaltyParameters - the royalty parameterspublic String getRoyaltyParameters()
public void setRoyaltyType(String royaltyType)
royaltyType - the royalty typepublic String getRoyaltyType()
public void setSellerEmail(String sellerEmail)
sellerEmail - the seller emailpublic String getSellerEmail()
public void setSellerId(String sellerId)
sellerId - the seller idpublic String getSellerId()
public void setShowUrl(String showUrl)
showUrl - the show urlpublic String getShowUrl()
public void setSubject(String subject)
subject - the subjectpublic String getSubject()
public void setTotalFee(String totalFee)
totalFee - the total feepublic String getTotalFee()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestsetNotifyUrl in interface AlipayRequest<AlipayAcquireCreateandpayResponse>notifyUrl - the notify urlpublic String getReturnUrl()
AlipayRequestgetReturnUrl in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void setReturnUrl(String returnUrl)
AlipayRequestsetReturnUrl in interface AlipayRequest<AlipayAcquireCreateandpayResponse>returnUrl - the return urlpublic String getApiVersion()
AlipayRequestgetApiVersion in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion in interface AlipayRequest<AlipayAcquireCreateandpayResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType in interface AlipayRequest<AlipayAcquireCreateandpayResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo in interface AlipayRequest<AlipayAcquireCreateandpayResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode in interface AlipayRequest<AlipayAcquireCreateandpayResponse>prodCode - 产品码public String getProdCode()
AlipayRequestgetProdCode in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public String getApiMethodName()
AlipayRequestgetApiMethodName in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void putOtherTextParam(String key, String value)
key - the keyvalue - the valuepublic Class<AlipayAcquireCreateandpayResponse> getResponseClass()
AlipayRequestgetResponseClass in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestsetNeedEncrypt in interface AlipayRequest<AlipayAcquireCreateandpayResponse>needEncrypt - the need encryptpublic AlipayObject getBizModel()
AlipayRequestgetBizModel in interface AlipayRequest<AlipayAcquireCreateandpayResponse>public void setBizModel(AlipayObject bizModel)
AlipayRequestsetBizModel in interface AlipayRequest<AlipayAcquireCreateandpayResponse>bizModel - the biz modelCopyright © 2018. All rights reserved.