public class ZhimaCreditEpCodecCreateRequest extends Object implements AlipayUploadRequest<ZhimaCreditEpCodecCreateResponse>
| Constructor and Description |
|---|
ZhimaCreditEpCodecCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getChannelId()
Gets channel id.
|
String |
getChannelName()
Gets channel name.
|
FileItem |
getContentImg()
Gets content img.
|
Map<String,FileItem> |
getFileParams()
获取所有的Key-Value形式的文件请求参数集合。其中:
Key: 请求参数名
Value: 请求参数文件元数据
|
String |
getGotoUrl()
Gets goto url.
|
FileItem |
getLogoImg()
Gets logo img.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getProdCode()
获取产品码
|
Class<ZhimaCreditEpCodecCreateResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getSubtitle()
Gets subtitle.
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。其中:
Key: 请求参数名
Value: 请求参数值
|
String |
getTitle()
Gets title.
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value)
Put other text param.
|
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setChannelId(String channelId)
Sets channel id.
|
void |
setChannelName(String channelName)
Sets channel name.
|
void |
setContentImg(FileItem contentImg)
Sets content img.
|
void |
setGotoUrl(String gotoUrl)
Sets goto url.
|
void |
setLogoImg(FileItem logoImg)
Sets logo img.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setSubtitle(String subtitle)
Sets subtitle.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
void |
setTitle(String title)
Sets title.
|
public void setChannelId(String channelId)
channelId - the channel idpublic String getChannelId()
public void setChannelName(String channelName)
channelName - the channel namepublic String getChannelName()
public void setContentImg(FileItem contentImg)
contentImg - the content imgpublic FileItem getContentImg()
public void setGotoUrl(String gotoUrl)
gotoUrl - the goto urlpublic String getGotoUrl()
public void setLogoImg(FileItem logoImg)
logoImg - the logo imgpublic FileItem getLogoImg()
public void setSubtitle(String subtitle)
subtitle - the subtitlepublic String getSubtitle()
public void setTitle(String title)
title - the titlepublic String getTitle()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestsetNotifyUrl in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>notifyUrl - the notify urlpublic String getReturnUrl()
AlipayRequestgetReturnUrl in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void setReturnUrl(String returnUrl)
AlipayRequestsetReturnUrl in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>returnUrl - the return urlpublic String getApiVersion()
AlipayRequestgetApiVersion in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public String getProdCode()
AlipayRequestgetProdCode in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>prodCode - 产品码public String getApiMethodName()
AlipayRequestgetApiMethodName in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void putOtherTextParam(String key, String value)
key - the keyvalue - the valuepublic Map<String,FileItem> getFileParams()
AlipayUploadRequestgetFileParams in interface AlipayUploadRequest<ZhimaCreditEpCodecCreateResponse>public Class<ZhimaCreditEpCodecCreateResponse> getResponseClass()
AlipayRequestgetResponseClass in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestsetNeedEncrypt in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>needEncrypt - the need encryptpublic AlipayObject getBizModel()
AlipayRequestgetBizModel in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>public void setBizModel(AlipayObject bizModel)
AlipayRequestsetBizModel in interface AlipayRequest<ZhimaCreditEpCodecCreateResponse>bizModel - the biz modelCopyright © 2018. All rights reserved.