public class AlipayDiscoveryTaxiOrderConfirmRequest extends Object implements AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
Constructor and Description |
---|
AlipayDiscoveryTaxiOrderConfirmRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getApiMethodName()
获取TOP的API名称。
|
String |
getApiVersion()
得到当前接口的版本
|
AlipayObject |
getBizModel()
Gets biz model.
|
String |
getDriverLat()
Gets driver lat.
|
String |
getDriverLicense()
Gets driver license.
|
String |
getDriverLng()
Gets driver lng.
|
String |
getDriverName()
Gets driver name.
|
String |
getDriverPhone()
Gets driver phone.
|
Boolean |
getIsAlipaySupport()
Gets is alipay support.
|
String |
getNotifyUrl()
返回通知地址
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getPartnerId()
Gets partner id.
|
String |
getProdCode()
获取产品码
|
Class<AlipayDiscoveryTaxiOrderConfirmResponse> |
getResponseClass()
得到当前API的响应结果类型
|
String |
getReturnUrl()
返回回跳地址
|
String |
getSeller()
Gets seller.
|
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 |
setDriverLat(String driverLat)
Sets driver lat.
|
void |
setDriverLicense(String driverLicense)
Sets driver license.
|
void |
setDriverLng(String driverLng)
Sets driver lng.
|
void |
setDriverName(String driverName)
Sets driver name.
|
void |
setDriverPhone(String driverPhone)
Sets driver phone.
|
void |
setIsAlipaySupport(Boolean isAlipaySupport)
Sets is alipay support.
|
void |
setNeedEncrypt(boolean needEncrypt)
设置请求是否需要加密
|
void |
setNotifyUrl(String notifyUrl)
设置通知地址
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setPartnerId(String partnerId)
Sets partner id.
|
void |
setProdCode(String prodCode)
设置产品码
|
void |
setReturnUrl(String returnUrl)
设置回跳地址
|
void |
setSeller(String seller)
Sets seller.
|
void |
setTerminalInfo(String terminalInfo)
设置终端信息
|
void |
setTerminalType(String terminalType)
设置终端类型
|
public AlipayDiscoveryTaxiOrderConfirmRequest()
public void setDriverLat(String driverLat)
driverLat
- the driver latpublic String getDriverLat()
public void setDriverLicense(String driverLicense)
driverLicense
- the driver licensepublic String getDriverLicense()
public void setDriverLng(String driverLng)
driverLng
- the driver lngpublic String getDriverLng()
public void setDriverName(String driverName)
driverName
- the driver namepublic String getDriverName()
public void setDriverPhone(String driverPhone)
driverPhone
- the driver phonepublic String getDriverPhone()
public void setIsAlipaySupport(Boolean isAlipaySupport)
isAlipaySupport
- the is alipay supportpublic Boolean getIsAlipaySupport()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getOutBizNo()
public void setPartnerId(String partnerId)
partnerId
- the partner idpublic String getPartnerId()
public void setSeller(String seller)
seller
- the sellerpublic String getSeller()
public String getNotifyUrl()
AlipayRequest
getNotifyUrl
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void setNotifyUrl(String notifyUrl)
AlipayRequest
setNotifyUrl
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
notifyUrl
- the notify urlpublic String getReturnUrl()
AlipayRequest
getReturnUrl
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void setReturnUrl(String returnUrl)
AlipayRequest
setReturnUrl
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
returnUrl
- the return urlpublic String getApiVersion()
AlipayRequest
getApiVersion
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void setApiVersion(String apiVersion)
AlipayRequest
setApiVersion
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
apiVersion
- API版本public void setTerminalType(String terminalType)
AlipayRequest
setTerminalType
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
terminalType
- 终端类型public String getTerminalType()
AlipayRequest
getTerminalType
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void setTerminalInfo(String terminalInfo)
AlipayRequest
setTerminalInfo
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
terminalInfo
- 终端信息public String getTerminalInfo()
AlipayRequest
getTerminalInfo
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void setProdCode(String prodCode)
AlipayRequest
setProdCode
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
prodCode
- 产品码public String getProdCode()
AlipayRequest
getProdCode
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public String getApiMethodName()
AlipayRequest
getApiMethodName
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public Map<String,String> getTextParams()
AlipayRequest
getTextParams
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void putOtherTextParam(String key, String value)
key
- the keyvalue
- the valuepublic Class<AlipayDiscoveryTaxiOrderConfirmResponse> getResponseClass()
AlipayRequest
getResponseClass
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public boolean isNeedEncrypt()
AlipayRequest
isNeedEncrypt
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void setNeedEncrypt(boolean needEncrypt)
AlipayRequest
setNeedEncrypt
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
needEncrypt
- the need encryptpublic AlipayObject getBizModel()
AlipayRequest
getBizModel
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
public void setBizModel(AlipayObject bizModel)
AlipayRequest
setBizModel
in interface AlipayRequest<AlipayDiscoveryTaxiOrderConfirmResponse>
bizModel
- the biz modelCopyright © 2018. All rights reserved.