public class AlipayOpenAgentMobilepaySignRequest extends Object implements AlipayUploadRequest<AlipayOpenAgentMobilepaySignResponse>
| Constructor and Description |
|---|
AlipayOpenAgentMobilepaySignRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
FileItem |
getAppDemo()
Gets app demo.
|
String |
getAppName()
Gets app name.
|
String |
getBatchNo()
Gets batch no.
|
AlipayObject |
getBizModel()
Gets biz model.
|
FileItem |
getBusinessLicenseAuthPic()
Gets business license auth pic.
|
String |
getBusinessLicenseNo()
Gets business license no.
|
FileItem |
getBusinessLicensePic()
Gets business license pic.
|
String |
getDateLimitation()
Gets date limitation.
|
Map<String,FileItem> |
getFileParams()
获取所有的Key-Value形式的文件请求参数集合。其中:
Key: 请求参数名
Value: 请求参数文件元数据
|
Boolean |
getLongTerm()
Gets long term.
|
String |
getMccCode()
Gets mcc code.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getProdCode()
获取产品码
|
Class<AlipayOpenAgentMobilepaySignResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
FileItem |
getSpecialLicensePic()
Gets special license pic.
|
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 |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setAppDemo(FileItem appDemo)
Sets app demo.
|
void |
setAppName(String appName)
Sets app name.
|
void |
setBatchNo(String batchNo)
Sets batch no.
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setBusinessLicenseAuthPic(FileItem businessLicenseAuthPic)
Sets business license auth pic.
|
void |
setBusinessLicenseNo(String businessLicenseNo)
Sets business license no.
|
void |
setBusinessLicensePic(FileItem businessLicensePic)
Sets business license pic.
|
void |
setDateLimitation(String dateLimitation)
Sets date limitation.
|
void |
setLongTerm(Boolean longTerm)
Sets long term.
|
void |
setMccCode(String mccCode)
Sets mcc code.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setSpecialLicensePic(FileItem specialLicensePic)
Sets special license pic.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public void setAppDemo(FileItem appDemo)
appDemo - the app demopublic FileItem getAppDemo()
public void setAppName(String appName)
appName - the app namepublic String getAppName()
public void setBatchNo(String batchNo)
batchNo - the batch nopublic String getBatchNo()
public void setBusinessLicenseAuthPic(FileItem businessLicenseAuthPic)
businessLicenseAuthPic - the business license auth picpublic FileItem getBusinessLicenseAuthPic()
public void setBusinessLicenseNo(String businessLicenseNo)
businessLicenseNo - the business license nopublic String getBusinessLicenseNo()
public void setBusinessLicensePic(FileItem businessLicensePic)
businessLicensePic - the business license picpublic FileItem getBusinessLicensePic()
public void setDateLimitation(String dateLimitation)
dateLimitation - the date limitationpublic String getDateLimitation()
public void setLongTerm(Boolean longTerm)
longTerm - the long termpublic Boolean getLongTerm()
public void setMccCode(String mccCode)
mccCode - the mcc codepublic String getMccCode()
public void setSpecialLicensePic(FileItem specialLicensePic)
specialLicensePic - the special license picpublic FileItem getSpecialLicensePic()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestsetNotifyUrl in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>notifyUrl - the notify urlpublic String getReturnUrl()
AlipayRequestgetReturnUrl in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void setReturnUrl(String returnUrl)
AlipayRequestsetReturnUrl in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>returnUrl - the return urlpublic String getApiVersion()
AlipayRequestgetApiVersion in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public String getProdCode()
AlipayRequestgetProdCode in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>prodCode - 产品码public String getApiMethodName()
AlipayRequestgetApiMethodName in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void putOtherTextParam(String key, String value)
key - the keyvalue - the valuepublic Map<String,FileItem> getFileParams()
AlipayUploadRequestgetFileParams in interface AlipayUploadRequest<AlipayOpenAgentMobilepaySignResponse>public Class<AlipayOpenAgentMobilepaySignResponse> getResponseClass()
AlipayRequestgetResponseClass in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestsetNeedEncrypt in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>needEncrypt - the need encryptpublic AlipayObject getBizModel()
AlipayRequestgetBizModel in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>public void setBizModel(AlipayObject bizModel)
AlipayRequestsetBizModel in interface AlipayRequest<AlipayOpenAgentMobilepaySignResponse>bizModel - the biz modelCopyright © 2018. All rights reserved.