Class OpenBankSceneInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.OpenBankSceneInfo
-
public class OpenBankSceneInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OpenBankSceneInfo()OpenBankSceneInfo(OpenBankSceneInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceId()Get 终端设备号(门店号或收银设备 ID),示例值:POS1:1。StringgetDeviceType()Get 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。 汇付渠道必填。StringgetOrderTime()Get 用户下单时间。若不上送,服务端默认当前时间。StringgetPayerClientIp()Get 用户端实际 ip。汇付渠道必填。StringgetPayerUa()Get 浏览器 User-Agent。voidsetDeviceId(String DeviceId)Set 终端设备号(门店号或收银设备 ID),示例值:POS1:1。voidsetDeviceType(String DeviceType)Set 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。 汇付渠道必填。voidsetOrderTime(String OrderTime)Set 用户下单时间。若不上送,服务端默认当前时间。voidsetPayerClientIp(String PayerClientIp)Set 用户端实际 ip。汇付渠道必填。voidsetPayerUa(String PayerUa)Set 浏览器 User-Agent。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
OpenBankSceneInfo
public OpenBankSceneInfo()
-
OpenBankSceneInfo
public OpenBankSceneInfo(OpenBankSceneInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getPayerClientIp
public String getPayerClientIp()
Get 用户端实际 ip。汇付渠道必填。- Returns:
- PayerClientIp 用户端实际 ip。汇付渠道必填。
-
setPayerClientIp
public void setPayerClientIp(String PayerClientIp)
Set 用户端实际 ip。汇付渠道必填。- Parameters:
PayerClientIp- 用户端实际 ip。汇付渠道必填。
-
getPayerUa
public String getPayerUa()
Get 浏览器 User-Agent。- Returns:
- PayerUa 浏览器 User-Agent。
-
setPayerUa
public void setPayerUa(String PayerUa)
Set 浏览器 User-Agent。- Parameters:
PayerUa- 浏览器 User-Agent。
-
getOrderTime
public String getOrderTime()
Get 用户下单时间。若不上送,服务端默认当前时间。- Returns:
- OrderTime 用户下单时间。若不上送,服务端默认当前时间。
-
setOrderTime
public void setOrderTime(String OrderTime)
Set 用户下单时间。若不上送,服务端默认当前时间。- Parameters:
OrderTime- 用户下单时间。若不上送,服务端默认当前时间。
-
getDeviceId
public String getDeviceId()
Get 终端设备号(门店号或收银设备 ID),示例值:POS1:1。- Returns:
- DeviceId 终端设备号(门店号或收银设备 ID),示例值:POS1:1。
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 终端设备号(门店号或收银设备 ID),示例值:POS1:1。- Parameters:
DeviceId- 终端设备号(门店号或收银设备 ID),示例值:POS1:1。
-
getDeviceType
public String getDeviceType()
Get 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。 汇付渠道必填。- Returns:
- DeviceType 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。 汇付渠道必填。
-
setDeviceType
public void setDeviceType(String DeviceType)
Set 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。 汇付渠道必填。- Parameters:
DeviceType- 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。 汇付渠道必填。
-
-