public class AlipayOfflineMarketingVoucherCodeUploadRequest extends Object implements AlipayUploadRequest<AlipayOfflineMarketingVoucherCodeUploadResponse>
| 构造器和说明 |
|---|
AlipayOfflineMarketingVoucherCodeUploadRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiMethodName() |
String |
getApiVersion() |
AlipayObject |
getBizModel() |
String |
getExtendParams() |
String |
getFileCharset() |
FileItem |
getFileContent() |
Map<String,FileItem> |
getFileParams()
获取所有的Key-Value形式的文件请求参数集合。
|
String |
getNotifyUrl() |
String |
getProdCode() |
Class<AlipayOfflineMarketingVoucherCodeUploadResponse> |
getResponseClass() |
String |
getReturnUrl() |
String |
getTerminalInfo() |
String |
getTerminalType() |
Map<String,String> |
getTextParams() |
boolean |
isNeedEncrypt() |
void |
putOtherTextParam(String key,
String value) |
void |
setApiVersion(String apiVersion) |
void |
setBizModel(AlipayObject bizModel) |
void |
setExtendParams(String extendParams) |
void |
setFileCharset(String fileCharset) |
void |
setFileContent(FileItem fileContent) |
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 AlipayOfflineMarketingVoucherCodeUploadRequest()
public void setExtendParams(String extendParams)
public String getExtendParams()
public void setFileCharset(String fileCharset)
public String getFileCharset()
public void setFileContent(FileItem fileContent)
public FileItem getFileContent()
public String getNotifyUrl()
public void setNotifyUrl(String notifyUrl)
public String getReturnUrl()
public void setReturnUrl(String returnUrl)
public String getApiVersion()
public void setApiVersion(String apiVersion)
public void setTerminalType(String terminalType)
public String getTerminalType()
public void setTerminalInfo(String terminalInfo)
public String getTerminalInfo()
public String getProdCode()
public void setProdCode(String prodCode)
public String getApiMethodName()
public Map<String,FileItem> getFileParams()
AlipayUploadRequestgetFileParams 在接口中 AlipayUploadRequest<AlipayOfflineMarketingVoucherCodeUploadResponse>public Class<AlipayOfflineMarketingVoucherCodeUploadResponse> getResponseClass()
public boolean isNeedEncrypt()
public void setNeedEncrypt(boolean needEncrypt)
public AlipayObject getBizModel()
public void setBizModel(AlipayObject bizModel)
Copyright © 2018 guerlab. All rights reserved.