public class OpenBankSceneInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceId()
Get 终端设备号(门店号或收银设备 ID),示例值:POS1:1
|
String |
getOrderTime()
Get 用户下单时间,若不上送,服务端默认当前时间
|
String |
getPayerClientIp()
Get 用户端实际 ip,示例值:14.17.22.32
|
String |
getPayerUa()
Get 浏览器 User-Agent
|
void |
setDeviceId(String DeviceId)
Set 终端设备号(门店号或收银设备 ID),示例值:POS1:1
|
void |
setOrderTime(String OrderTime)
Set 用户下单时间,若不上送,服务端默认当前时间
|
void |
setPayerClientIp(String PayerClientIp)
Set 用户端实际 ip,示例值:14.17.22.32
|
void |
setPayerUa(String PayerUa)
Set 浏览器 User-Agent
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OpenBankSceneInfo()
public OpenBankSceneInfo(OpenBankSceneInfo source)
public String getPayerClientIp()
public void setPayerClientIp(String PayerClientIp)
PayerClientIp
- 用户端实际 ip,示例值:14.17.22.32public String getPayerUa()
public void setPayerUa(String PayerUa)
PayerUa
- 浏览器 User-Agentpublic String getOrderTime()
public void setOrderTime(String OrderTime)
OrderTime
- 用户下单时间,若不上送,服务端默认当前时间public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 终端设备号(门店号或收银设备 ID),示例值:POS1:1Copyright © 2022. All rights reserved.