public class ZhimaMerchantCloseloopDataUploadRequest extends Object implements AlipayUploadRequest<ZhimaMerchantCloseloopDataUploadResponse>
Constructor and Description |
---|
ZhimaMerchantCloseloopDataUploadRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
String |
getBizExtParams()
Gets biz ext params.
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getColumns()
Gets columns.
|
FileItem |
getFile()
Gets file.
|
String |
getFileCharset()
Gets file charset.
|
Map<String,FileItem> |
getFileParams()
获取所有的Key-Value形式的文件请求参数集合。其中:
Key: 请求参数名
Value: 请求参数文件元数据
|
String |
getLinkedMerchantId()
Gets linked merchant id.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getPrimaryKeyColumns()
Gets primary key columns.
|
String |
getProdCode()
获取产品码
|
String |
getRecords()
Gets records.
|
Class<ZhimaMerchantCloseloopDataUploadResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getSceneCode()
Gets scene code.
|
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 |
setApiVersion(String apiVersion)
设置当前API的版本信息
|
void |
setBizExtParams(String bizExtParams)
Sets biz ext params.
|
void |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setColumns(String columns)
Sets columns.
|
void |
setFile(FileItem file)
Sets file.
|
void |
setFileCharset(String fileCharset)
Sets file charset.
|
void |
setLinkedMerchantId(String linkedMerchantId)
Sets linked merchant id.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setPrimaryKeyColumns(String primaryKeyColumns)
Sets primary key columns.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setRecords(String records)
Sets records.
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setSceneCode(String sceneCode)
Sets scene code.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public ZhimaMerchantCloseloopDataUploadRequest()
public void setBizExtParams(String bizExtParams)
bizExtParams
- the biz ext paramspublic String getBizExtParams()
public void setColumns(String columns)
columns
- the columnspublic String getColumns()
public void setFile(FileItem file)
file
- the filepublic FileItem getFile()
public void setFileCharset(String fileCharset)
fileCharset
- the file charsetpublic String getFileCharset()
public void setLinkedMerchantId(String linkedMerchantId)
linkedMerchantId
- the linked merchant idpublic String getLinkedMerchantId()
public void setPrimaryKeyColumns(String primaryKeyColumns)
primaryKeyColumns
- the primary key columnspublic String getPrimaryKeyColumns()
public void setRecords(String records)
records
- the recordspublic String getRecords()
public void setSceneCode(String sceneCode)
sceneCode
- the scene codepublic String getSceneCode()
public String getNotifyUrl()
AlipayRequest
getNotifyUrl
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void setNotifyUrl(String notifyUrl)
AlipayRequest
setNotifyUrl
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
notifyUrl
- the notify urlpublic String getReturnUrl()
AlipayRequest
getReturnUrl
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void setReturnUrl(String returnUrl)
AlipayRequest
setReturnUrl
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
returnUrl
- the return urlpublic String getApiVersion()
AlipayRequest
getApiVersion
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void setApiVersion(String apiVersion)
AlipayRequest
setApiVersion
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
apiVersion
- API版本public void setTerminalType(String terminalType)
AlipayRequest
setTerminalType
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
terminalType
- 终端类型public String getTerminalType()
AlipayRequest
getTerminalType
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void setTerminalInfo(String terminalInfo)
AlipayRequest
setTerminalInfo
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
terminalInfo
- 终端信息public String getTerminalInfo()
AlipayRequest
getTerminalInfo
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public String getProdCode()
AlipayRequest
getProdCode
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void setProdCode(String prodCode)
AlipayRequest
setProdCode
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
prodCode
- 产品码public String getApiMethodName()
AlipayRequest
getApiMethodName
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public Map<String,String> getTextParams()
AlipayRequest
getTextParams
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void putOtherTextParam(String key, String value)
key
- the keyvalue
- the valuepublic Map<String,FileItem> getFileParams()
AlipayUploadRequest
getFileParams
in interface AlipayUploadRequest<ZhimaMerchantCloseloopDataUploadResponse>
public Class<ZhimaMerchantCloseloopDataUploadResponse> getResponseClass()
AlipayRequest
getResponseClass
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public boolean isNeedEncrypt()
AlipayRequest
isNeedEncrypt
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void setNeedEncrypt(boolean needEncrypt)
AlipayRequest
setNeedEncrypt
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
needEncrypt
- the need encryptpublic AlipayObject getBizModel()
AlipayRequest
getBizModel
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
public void setBizModel(AlipayObject bizModel)
AlipayRequest
setBizModel
in interface AlipayRequest<ZhimaMerchantCloseloopDataUploadResponse>
bizModel
- the biz modelCopyright © 2018. All rights reserved.