public class AlipayEbppConfigChargeinstSearchRequest extends Object implements AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
Constructor and Description |
---|
AlipayEbppConfigChargeinstSearchRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getCity()
Gets city.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getOrderType()
Gets order type.
|
String |
getProdCode()
获取产品码
|
String |
getProvince()
Gets province.
|
Class<AlipayEbppConfigChargeinstSearchResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getSubOrderType()
Gets sub order type.
|
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 |
setCity(String city)
Sets city.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setOrderType(String orderType)
Sets order type.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setProvince(String province)
Sets province.
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setSubOrderType(String subOrderType)
Sets sub order type.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public AlipayEbppConfigChargeinstSearchRequest()
public void setCity(String city)
city
- the citypublic String getCity()
public void setOrderType(String orderType)
orderType
- the order typepublic String getOrderType()
public void setProvince(String province)
province
- the provincepublic String getProvince()
public void setSubOrderType(String subOrderType)
subOrderType
- the sub order typepublic String getSubOrderType()
public String getNotifyUrl()
AlipayRequest
getNotifyUrl
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void setNotifyUrl(String notifyUrl)
AlipayRequest
setNotifyUrl
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
notifyUrl
- the notify urlpublic String getReturnUrl()
AlipayRequest
getReturnUrl
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void setReturnUrl(String returnUrl)
AlipayRequest
setReturnUrl
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
returnUrl
- the return urlpublic String getApiVersion()
AlipayRequest
getApiVersion
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void setApiVersion(String apiVersion)
AlipayRequest
setApiVersion
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
apiVersion
- API版本public void setTerminalType(String terminalType)
AlipayRequest
setTerminalType
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
terminalType
- 终端类型public String getTerminalType()
AlipayRequest
getTerminalType
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void setTerminalInfo(String terminalInfo)
AlipayRequest
setTerminalInfo
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
terminalInfo
- 终端信息public String getTerminalInfo()
AlipayRequest
getTerminalInfo
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void setProdCode(String prodCode)
AlipayRequest
setProdCode
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
prodCode
- 产品码public String getProdCode()
AlipayRequest
getProdCode
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public String getApiMethodName()
AlipayRequest
getApiMethodName
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public Map<String,String> getTextParams()
AlipayRequest
getTextParams
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void putOtherTextParam(String key, String value)
key
- the keyvalue
- the valuepublic Class<AlipayEbppConfigChargeinstSearchResponse> getResponseClass()
AlipayRequest
getResponseClass
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public boolean isNeedEncrypt()
AlipayRequest
isNeedEncrypt
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void setNeedEncrypt(boolean needEncrypt)
AlipayRequest
setNeedEncrypt
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
needEncrypt
- the need encryptpublic AlipayObject getBizModel()
AlipayRequest
getBizModel
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
public void setBizModel(AlipayObject bizModel)
AlipayRequest
setBizModel
in interface AlipayRequest<AlipayEbppConfigChargeinstSearchResponse>
bizModel
- the biz modelCopyright © 2018. All rights reserved.