public class AlipayEcapiprodDrawndnPaymentscheduleGetRequest extends Object implements AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
Constructor and Description |
---|
AlipayEcapiprodDrawndnPaymentscheduleGetRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getDrawndnNo()
Gets drawndn no.
|
String |
getEntityCode()
Gets entity code.
|
String |
getEntityName()
Gets entity name.
|
String |
getIsvCode()
Gets isv code.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getOrgCode()
Gets org code.
|
String |
getProdCode()
获取产品码
|
Class<AlipayEcapiprodDrawndnPaymentscheduleGetResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
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 |
setBizModel(AlipayObject bizModel)
设置业务实体,如需使用此方法,请勿直接设置biz_content
|
void |
setDrawndnNo(String drawndnNo)
Sets drawndn no.
|
void |
setEntityCode(String entityCode)
Sets entity code.
|
void |
setEntityName(String entityName)
Sets entity name.
|
void |
setIsvCode(String isvCode)
Sets isv code.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setOrgCode(String orgCode)
Sets org code.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public AlipayEcapiprodDrawndnPaymentscheduleGetRequest()
public void setDrawndnNo(String drawndnNo)
drawndnNo
- the drawndn nopublic String getDrawndnNo()
public void setEntityCode(String entityCode)
entityCode
- the entity codepublic String getEntityCode()
public void setEntityName(String entityName)
entityName
- the entity namepublic String getEntityName()
public void setIsvCode(String isvCode)
isvCode
- the isv codepublic String getIsvCode()
public void setOrgCode(String orgCode)
orgCode
- the org codepublic String getOrgCode()
public String getNotifyUrl()
AlipayRequest
getNotifyUrl
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void setNotifyUrl(String notifyUrl)
AlipayRequest
setNotifyUrl
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
notifyUrl
- the notify urlpublic String getReturnUrl()
AlipayRequest
getReturnUrl
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void setReturnUrl(String returnUrl)
AlipayRequest
setReturnUrl
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
returnUrl
- the return urlpublic String getApiVersion()
AlipayRequest
getApiVersion
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void setApiVersion(String apiVersion)
AlipayRequest
setApiVersion
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
apiVersion
- API版本public void setTerminalType(String terminalType)
AlipayRequest
setTerminalType
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
terminalType
- 终端类型public String getTerminalType()
AlipayRequest
getTerminalType
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void setTerminalInfo(String terminalInfo)
AlipayRequest
setTerminalInfo
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
terminalInfo
- 终端信息public String getTerminalInfo()
AlipayRequest
getTerminalInfo
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void setProdCode(String prodCode)
AlipayRequest
setProdCode
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
prodCode
- 产品码public String getProdCode()
AlipayRequest
getProdCode
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public String getApiMethodName()
AlipayRequest
getApiMethodName
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public Map<String,String> getTextParams()
AlipayRequest
getTextParams
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void putOtherTextParam(String key, String value)
key
- the keyvalue
- the valuepublic Class<AlipayEcapiprodDrawndnPaymentscheduleGetResponse> getResponseClass()
AlipayRequest
getResponseClass
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public boolean isNeedEncrypt()
AlipayRequest
isNeedEncrypt
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void setNeedEncrypt(boolean needEncrypt)
AlipayRequest
setNeedEncrypt
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
needEncrypt
- the need encryptpublic AlipayObject getBizModel()
AlipayRequest
getBizModel
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
public void setBizModel(AlipayObject bizModel)
AlipayRequest
setBizModel
in interface AlipayRequest<AlipayEcapiprodDrawndnPaymentscheduleGetResponse>
bizModel
- the biz modelCopyright © 2018. All rights reserved.