public class AlipayGotoneAckcodeVerifyRequest extends Object implements AlipayRequest<AlipayGotoneAckcodeVerifyResponse>
| Constructor and Description |
|---|
AlipayGotoneAckcodeVerifyRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAckCode()
Gets ack code.
|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getBizNo()
Gets biz no.
|
String |
getBizType()
Gets biz type.
|
String |
getMobile()
Gets mobile.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getProdCode()
获取产品码
|
Class<AlipayGotoneAckcodeVerifyResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value)
Put other text param.
|
void |
setAckCode(String ackCode)
Sets ack code.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setBizNo(String bizNo)
Sets biz no.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public void setAckCode(String ackCode)
ackCode - the ack codepublic String getAckCode()
public void setBizNo(String bizNo)
bizNo - the biz nopublic String getBizNo()
public void setBizType(String bizType)
bizType - the biz typepublic String getBizType()
public void setMobile(String mobile)
mobile - the mobilepublic String getMobile()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestsetNotifyUrl in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>notifyUrl - the notify urlpublic String getReturnUrl()
AlipayRequestgetReturnUrl in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void setReturnUrl(String returnUrl)
AlipayRequestsetReturnUrl in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>returnUrl - the return urlpublic String getApiVersion()
AlipayRequestgetApiVersion in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>prodCode - 产品码public String getProdCode()
AlipayRequestgetProdCode in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public String getApiMethodName()
AlipayRequestgetApiMethodName in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void putOtherTextParam(String key, String value)
key - the keyvalue - the valuepublic Class<AlipayGotoneAckcodeVerifyResponse> getResponseClass()
AlipayRequestgetResponseClass in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestsetNeedEncrypt in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>needEncrypt - the need encryptpublic AlipayObject getBizModel()
AlipayRequestgetBizModel in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>public void setBizModel(AlipayObject bizModel)
AlipayRequestsetBizModel in interface AlipayRequest<AlipayGotoneAckcodeVerifyResponse>bizModel - the biz modelCopyright © 2018. All rights reserved.