public class AlipayPassCodeAddRequest extends Object implements AlipayRequest<AlipayPassCodeAddResponse>
| 构造器和说明 |
|---|
AlipayPassCodeAddRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getApiMethodName() |
String |
getApiVersion() |
AlipayObject |
getBizModel() |
String |
getFileContent() |
String |
getNotifyUrl() |
String |
getProdCode() |
String |
getRecognitionInfo() |
String |
getRecognitionType() |
Class<AlipayPassCodeAddResponse> |
getResponseClass() |
String |
getReturnUrl() |
String |
getTerminalInfo() |
String |
getTerminalType() |
Map<String,String> |
getTextParams() |
List<String> |
getVerifyType() |
boolean |
isNeedEncrypt() |
void |
putOtherTextParam(String key,
String value) |
void |
setApiVersion(String apiVersion) |
void |
setBizModel(AlipayObject bizModel) |
void |
setFileContent(String fileContent) |
void |
setNeedEncrypt(boolean needEncrypt) |
void |
setNotifyUrl(String notifyUrl) |
void |
setProdCode(String prodCode) |
void |
setRecognitionInfo(String recognitionInfo) |
void |
setRecognitionType(String recognitionType) |
void |
setReturnUrl(String returnUrl) |
void |
setTerminalInfo(String terminalInfo) |
void |
setTerminalType(String terminalType) |
void |
setVerifyType(List<String> verifyType) |
public void setFileContent(String fileContent)
public String getFileContent()
public void setRecognitionInfo(String recognitionInfo)
public String getRecognitionInfo()
public void setRecognitionType(String recognitionType)
public String getRecognitionType()
public String getNotifyUrl()
getNotifyUrl 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public void setNotifyUrl(String notifyUrl)
setNotifyUrl 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public String getReturnUrl()
getReturnUrl 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public void setReturnUrl(String returnUrl)
setReturnUrl 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public String getApiVersion()
getApiVersion 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public void setApiVersion(String apiVersion)
setApiVersion 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public void setTerminalType(String terminalType)
public String getTerminalType()
public void setTerminalInfo(String terminalInfo)
public String getTerminalInfo()
public void setProdCode(String prodCode)
setProdCode 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public String getProdCode()
getProdCode 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public String getApiMethodName()
public Map<String,String> getTextParams()
getTextParams 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public Class<AlipayPassCodeAddResponse> getResponseClass()
public boolean isNeedEncrypt()
isNeedEncrypt 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public void setNeedEncrypt(boolean needEncrypt)
setNeedEncrypt 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public AlipayObject getBizModel()
getBizModel 在接口中 AlipayRequest<AlipayPassCodeAddResponse>public void setBizModel(AlipayObject bizModel)
setBizModel 在接口中 AlipayRequest<AlipayPassCodeAddResponse>Copyright © 2018 guerlab. All rights reserved.