public class AlipayOpenPublicLifeAccountCreateRequest extends Object implements AlipayUploadRequest<AlipayOpenPublicLifeAccountCreateResponse>
| Constructor and Description |
|---|
AlipayOpenPublicLifeAccountCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
FileItem |
getBackground()
Gets background.
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getCatagoryId()
Gets catagory id.
|
String |
getContactEmail()
Gets contact email.
|
String |
getContactTel()
Gets contact tel.
|
String |
getContent()
Gets content.
|
String |
getCustomerTel()
Gets customer tel.
|
Map<String,FileItem> |
getFileParams()
获取所有的Key-Value形式的文件请求参数集合。其中:
Key: 请求参数名
Value: 请求参数文件元数据
|
String |
getLifeName()
Gets life name.
|
FileItem |
getLogo()
Gets logo.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getProdCode()
获取产品码
|
Class<AlipayOpenPublicLifeAccountCreateResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
String |
getUserId()
Gets user id.
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value)
Put other text param.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBackground(FileItem background)
Sets background.
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setCatagoryId(String catagoryId)
Sets catagory id.
|
void |
setContactEmail(String contactEmail)
Sets contact email.
|
void |
setContactTel(String contactTel)
Sets contact tel.
|
void |
setContent(String content)
Sets content.
|
void |
setCustomerTel(String customerTel)
Sets customer tel.
|
void |
setLifeName(String lifeName)
Sets life name.
|
void |
setLogo(FileItem logo)
Sets logo.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayOpenPublicLifeAccountCreateRequest()
public void setBackground(FileItem background)
background - the backgroundpublic FileItem getBackground()
public void setCatagoryId(String catagoryId)
catagoryId - the catagory idpublic String getCatagoryId()
public void setContactEmail(String contactEmail)
contactEmail - the contact emailpublic String getContactEmail()
public void setContactTel(String contactTel)
contactTel - the contact telpublic String getContactTel()
public void setContent(String content)
content - the contentpublic String getContent()
public void setCustomerTel(String customerTel)
customerTel - the customer telpublic String getCustomerTel()
public void setLifeName(String lifeName)
lifeName - the life namepublic String getLifeName()
public void setLogo(FileItem logo)
logo - the logopublic FileItem getLogo()
public void setUserId(String userId)
userId - the user idpublic String getUserId()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestsetNotifyUrl in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>notifyUrl - the notify urlpublic String getReturnUrl()
AlipayRequestgetReturnUrl in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void setReturnUrl(String returnUrl)
AlipayRequestsetReturnUrl in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>returnUrl - the return urlpublic String getApiVersion()
AlipayRequestgetApiVersion in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public String getProdCode()
AlipayRequestgetProdCode in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>prodCode - 产品码public String getApiMethodName()
AlipayRequestgetApiMethodName in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void putOtherTextParam(String key, String value)
key - the keyvalue - the valuepublic Map<String,FileItem> getFileParams()
AlipayUploadRequestgetFileParams in interface AlipayUploadRequest<AlipayOpenPublicLifeAccountCreateResponse>public Class<AlipayOpenPublicLifeAccountCreateResponse> getResponseClass()
AlipayRequestgetResponseClass in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestsetNeedEncrypt in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>needEncrypt - the need encryptpublic AlipayObject getBizModel()
AlipayRequestgetBizModel in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>public void setBizModel(AlipayObject bizModel)
AlipayRequestsetBizModel in interface AlipayRequest<AlipayOpenPublicLifeAccountCreateResponse>bizModel - the biz modelCopyright © 2018. All rights reserved.