public class AlipayUserCharityForestsendpicSendRequest extends Object implements AlipayRequest<AlipayUserCharityForestsendpicSendResponse>
| 构造器和说明 |
|---|
AlipayUserCharityForestsendpicSendRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
String |
getBizContent() |
AlipayObject |
getBizModel() |
String |
getNotifyUrl()
返回通知地址
|
String |
getProdCode()
获取产品码
|
Class<AlipayUserCharityForestsendpicSendResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getTerminalInfo()
获取终端信息
|
String |
getTerminalType()
获取终端类型
|
Map<String,String> |
getTextParams()
获取所有的Key-Value形式的文本请求参数集合。
|
boolean |
isNeedEncrypt()
判断是否需要加密
|
void |
putOtherTextParam(String key,
String value) |
void |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBizContent(String bizContent) |
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public AlipayUserCharityForestsendpicSendRequest()
public void setBizContent(String bizContent)
public String getBizContent()
public String getNotifyUrl()
AlipayRequestgetNotifyUrl 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public void setNotifyUrl(String notifyUrl)
AlipayRequestpublic String getReturnUrl()
AlipayRequestgetReturnUrl 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public void setReturnUrl(String returnUrl)
AlipayRequestpublic String getApiVersion()
AlipayRequestgetApiVersion 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public void setApiVersion(String apiVersion)
AlipayRequestsetApiVersion 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>apiVersion - API版本public void setTerminalType(String terminalType)
AlipayRequestsetTerminalType 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>terminalType - 终端类型public String getTerminalType()
AlipayRequestgetTerminalType 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public void setTerminalInfo(String terminalInfo)
AlipayRequestsetTerminalInfo 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>terminalInfo - 终端信息public String getTerminalInfo()
AlipayRequestgetTerminalInfo 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public void setProdCode(String prodCode)
AlipayRequestsetProdCode 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>prodCode - 产品码public String getProdCode()
AlipayRequestgetProdCode 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public String getApiMethodName()
AlipayRequestgetApiMethodName 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public Map<String,String> getTextParams()
AlipayRequestgetTextParams 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public Class<AlipayUserCharityForestsendpicSendResponse> getResponseClass()
AlipayRequestgetResponseClass 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public boolean isNeedEncrypt()
AlipayRequestisNeedEncrypt 在接口中 AlipayRequest<AlipayUserCharityForestsendpicSendResponse>public void setNeedEncrypt(boolean needEncrypt)
AlipayRequestpublic AlipayObject getBizModel()
public void setBizModel(AlipayObject bizModel)
AlipayRequestCopyright © 2023. All rights reserved.