public class AlipayOpenPublicLifeAgentCreateRequest extends Object implements AlipayUploadRequest<AlipayOpenPublicLifeAgentCreateResponse>
Constructor and Description |
---|
AlipayOpenPublicLifeAgentCreateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Gets account.
|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
FileItem |
getBackgroundPic()
Gets background pic.
|
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 |
getContactEmail()
Gets contact email.
|
String |
getContactMobile()
Gets contact mobile.
|
String |
getContactName()
Gets contact name.
|
Map<String,FileItem> |
getFileParams()
获取所有的Key-Value形式的文件请求参数集合。其中:
Key: 请求参数名
Value: 请求参数文件元数据
|
FileItem |
getLogoPic()
Gets logo pic.
|
String |
getMccCode()
Gets mcc code.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getOutBizNo()
Gets out biz no.
|
FileItem |
getOwnIntellectualPic()
Gets own intellectual pic.
|
String |
getProdCode()
获取产品码
|
String |
getPublicDesc()
Gets public desc.
|
String |
getPublicName()
Gets public name.
|
Class<AlipayOpenPublicLifeAgentCreateResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
FileItem |
getShopScenePic()
Gets shop scene pic.
|
FileItem |
getShopSignBoardPic()
Gets shop sign board pic.
|
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 |
setAccount(String account)
Sets account.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBackgroundPic(FileItem backgroundPic)
Sets background pic.
|
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 |
setContactEmail(String contactEmail)
Sets contact email.
|
void |
setContactMobile(String contactMobile)
Sets contact mobile.
|
void |
setContactName(String contactName)
Sets contact name.
|
void |
setLogoPic(FileItem logoPic)
Sets logo pic.
|
void |
setMccCode(String mccCode)
Sets mcc code.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setOwnIntellectualPic(FileItem ownIntellectualPic)
Sets own intellectual pic.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setPublicDesc(String publicDesc)
Sets public desc.
|
void |
setPublicName(String publicName)
Sets public name.
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setShopScenePic(FileItem shopScenePic)
Sets shop scene pic.
|
void |
setShopSignBoardPic(FileItem shopSignBoardPic)
Sets shop sign board pic.
|
void |
setSpecialLicensePic(FileItem specialLicensePic)
Sets special license pic.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public AlipayOpenPublicLifeAgentCreateRequest()
public void setAccount(String account)
account
- the accountpublic String getAccount()
public void setBackgroundPic(FileItem backgroundPic)
backgroundPic
- the background picpublic FileItem getBackgroundPic()
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 setContactEmail(String contactEmail)
contactEmail
- the contact emailpublic String getContactEmail()
public void setContactMobile(String contactMobile)
contactMobile
- the contact mobilepublic String getContactMobile()
public void setContactName(String contactName)
contactName
- the contact namepublic String getContactName()
public void setLogoPic(FileItem logoPic)
logoPic
- the logo picpublic FileItem getLogoPic()
public void setMccCode(String mccCode)
mccCode
- the mcc codepublic String getMccCode()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getOutBizNo()
public void setOwnIntellectualPic(FileItem ownIntellectualPic)
ownIntellectualPic
- the own intellectual picpublic FileItem getOwnIntellectualPic()
public void setPublicDesc(String publicDesc)
publicDesc
- the public descpublic String getPublicDesc()
public void setPublicName(String publicName)
publicName
- the public namepublic String getPublicName()
public void setShopScenePic(FileItem shopScenePic)
shopScenePic
- the shop scene picpublic FileItem getShopScenePic()
public void setShopSignBoardPic(FileItem shopSignBoardPic)
shopSignBoardPic
- the shop sign board picpublic FileItem getShopSignBoardPic()
public void setSpecialLicensePic(FileItem specialLicensePic)
specialLicensePic
- the special license picpublic FileItem getSpecialLicensePic()
public String getNotifyUrl()
AlipayRequest
getNotifyUrl
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void setNotifyUrl(String notifyUrl)
AlipayRequest
setNotifyUrl
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
notifyUrl
- the notify urlpublic String getReturnUrl()
AlipayRequest
getReturnUrl
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void setReturnUrl(String returnUrl)
AlipayRequest
setReturnUrl
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
returnUrl
- the return urlpublic String getApiVersion()
AlipayRequest
getApiVersion
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void setApiVersion(String apiVersion)
AlipayRequest
setApiVersion
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
apiVersion
- API版本public void setTerminalType(String terminalType)
AlipayRequest
setTerminalType
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
terminalType
- 终端类型public String getTerminalType()
AlipayRequest
getTerminalType
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void setTerminalInfo(String terminalInfo)
AlipayRequest
setTerminalInfo
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
terminalInfo
- 终端信息public String getTerminalInfo()
AlipayRequest
getTerminalInfo
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public String getProdCode()
AlipayRequest
getProdCode
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void setProdCode(String prodCode)
AlipayRequest
setProdCode
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
prodCode
- 产品码public String getApiMethodName()
AlipayRequest
getApiMethodName
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public Map<String,String> getTextParams()
AlipayRequest
getTextParams
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void putOtherTextParam(String key, String value)
key
- the keyvalue
- the valuepublic Map<String,FileItem> getFileParams()
AlipayUploadRequest
getFileParams
in interface AlipayUploadRequest<AlipayOpenPublicLifeAgentCreateResponse>
public Class<AlipayOpenPublicLifeAgentCreateResponse> getResponseClass()
AlipayRequest
getResponseClass
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public boolean isNeedEncrypt()
AlipayRequest
isNeedEncrypt
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void setNeedEncrypt(boolean needEncrypt)
AlipayRequest
setNeedEncrypt
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
needEncrypt
- the need encryptpublic AlipayObject getBizModel()
AlipayRequest
getBizModel
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
public void setBizModel(AlipayObject bizModel)
AlipayRequest
setBizModel
in interface AlipayRequest<AlipayOpenPublicLifeAgentCreateResponse>
bizModel
- the biz modelCopyright © 2018. All rights reserved.