public class AlipayOpenAgentMiniCreateRequest extends Object implements AlipayUploadRequest<AlipayOpenAgentMiniCreateResponse>
Constructor and Description |
---|
AlipayOpenAgentMiniCreateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
String |
getAppCategoryIds()
Gets app category ids.
|
String |
getAppDesc()
Gets app desc.
|
String |
getAppEnglishName()
Gets app english name.
|
FileItem |
getAppLogo()
Gets app logo.
|
String |
getAppName()
Gets app name.
|
String |
getAppSlogan()
Gets app slogan.
|
String |
getBatchNo()
Gets batch no.
|
AlipayObject |
getBizModel()
Gets biz model.
|
Map<String,FileItem> |
getFileParams()
获取所有的Key-Value形式的文件请求参数集合。其中:
Key: 请求参数名
Value: 请求参数文件元数据
|
String |
getNotifyUrl()
返回通知地址
|
String |
getProdCode()
获取产品码
|
Class<AlipayOpenAgentMiniCreateResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getServiceEmail()
Gets service email.
|
String |
getServicePhone()
Gets service phone.
|
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 |
setAppCategoryIds(String appCategoryIds)
Sets app category ids.
|
void |
setAppDesc(String appDesc)
Sets app desc.
|
void |
setAppEnglishName(String appEnglishName)
Sets app english name.
|
void |
setAppLogo(FileItem appLogo)
Sets app logo.
|
void |
setAppName(String appName)
Sets app name.
|
void |
setAppSlogan(String appSlogan)
Sets app slogan.
|
void |
setBatchNo(String batchNo)
Sets batch no.
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setServiceEmail(String serviceEmail)
Sets service email.
|
void |
setServicePhone(String servicePhone)
Sets service phone.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public void setAppCategoryIds(String appCategoryIds)
appCategoryIds
- the app category idspublic String getAppCategoryIds()
public void setAppDesc(String appDesc)
appDesc
- the app descpublic String getAppDesc()
public void setAppEnglishName(String appEnglishName)
appEnglishName
- the app english namepublic String getAppEnglishName()
public void setAppLogo(FileItem appLogo)
appLogo
- the app logopublic FileItem getAppLogo()
public void setAppName(String appName)
appName
- the app namepublic String getAppName()
public void setAppSlogan(String appSlogan)
appSlogan
- the app sloganpublic String getAppSlogan()
public void setBatchNo(String batchNo)
batchNo
- the batch nopublic String getBatchNo()
public void setServiceEmail(String serviceEmail)
serviceEmail
- the service emailpublic String getServiceEmail()
public void setServicePhone(String servicePhone)
servicePhone
- the service phonepublic String getServicePhone()
public String getNotifyUrl()
AlipayRequest
getNotifyUrl
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void setNotifyUrl(String notifyUrl)
AlipayRequest
setNotifyUrl
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
notifyUrl
- the notify urlpublic String getReturnUrl()
AlipayRequest
getReturnUrl
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void setReturnUrl(String returnUrl)
AlipayRequest
setReturnUrl
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
returnUrl
- the return urlpublic String getApiVersion()
AlipayRequest
getApiVersion
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void setApiVersion(String apiVersion)
AlipayRequest
setApiVersion
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
apiVersion
- API版本public void setTerminalType(String terminalType)
AlipayRequest
setTerminalType
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
terminalType
- 终端类型public String getTerminalType()
AlipayRequest
getTerminalType
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void setTerminalInfo(String terminalInfo)
AlipayRequest
setTerminalInfo
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
terminalInfo
- 终端信息public String getTerminalInfo()
AlipayRequest
getTerminalInfo
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public String getProdCode()
AlipayRequest
getProdCode
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void setProdCode(String prodCode)
AlipayRequest
setProdCode
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
prodCode
- 产品码public String getApiMethodName()
AlipayRequest
getApiMethodName
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public Map<String,String> getTextParams()
AlipayRequest
getTextParams
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void putOtherTextParam(String key, String value)
key
- the keyvalue
- the valuepublic Map<String,FileItem> getFileParams()
AlipayUploadRequest
getFileParams
in interface AlipayUploadRequest<AlipayOpenAgentMiniCreateResponse>
public Class<AlipayOpenAgentMiniCreateResponse> getResponseClass()
AlipayRequest
getResponseClass
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public boolean isNeedEncrypt()
AlipayRequest
isNeedEncrypt
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void setNeedEncrypt(boolean needEncrypt)
AlipayRequest
setNeedEncrypt
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
needEncrypt
- the need encryptpublic AlipayObject getBizModel()
AlipayRequest
getBizModel
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
public void setBizModel(AlipayObject bizModel)
AlipayRequest
setBizModel
in interface AlipayRequest<AlipayOpenAgentMiniCreateResponse>
bizModel
- the biz modelCopyright © 2018. All rights reserved.