public class DeviceInfo extends AbstractModel
Constructor and Description |
---|
DeviceInfo() |
DeviceInfo(DeviceInfo 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 设备唯一标识
IOS 填写 IDFV
Android 填写 IMEI
|
Long |
getOS()
Get 设备操作系统
1:Android
2: IOS
99:其他
|
String |
getPhoneNum()
Get 用户手机号码
|
Long |
getVendor()
Get 设备数据卡所属的运营商
1:移动
2:电信
3:联通
4:广电
99:其他
|
Long |
getWireless()
Get 无线信息
1:4G
2:5G
3:WIFI
99:其他
|
void |
setDeviceId(String DeviceId)
Set 设备唯一标识
IOS 填写 IDFV
Android 填写 IMEI
|
void |
setOS(Long OS)
Set 设备操作系统
1:Android
2: IOS
99:其他
|
void |
setPhoneNum(String PhoneNum)
Set 用户手机号码
|
void |
setVendor(Long Vendor)
Set 设备数据卡所属的运营商
1:移动
2:电信
3:联通
4:广电
99:其他
|
void |
setWireless(Long Wireless)
Set 无线信息
1:4G
2:5G
3:WIFI
99:其他
|
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 DeviceInfo()
public DeviceInfo(DeviceInfo source)
public Long getVendor()
public void setVendor(Long Vendor)
Vendor
- 设备数据卡所属的运营商
1:移动
2:电信
3:联通
4:广电
99:其他public Long getOS()
public void setOS(Long OS)
OS
- 设备操作系统
1:Android
2: IOS
99:其他public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备唯一标识
IOS 填写 IDFV
Android 填写 IMEIpublic String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum
- 用户手机号码public Long getWireless()
public void setWireless(Long Wireless)
Wireless
- 无线信息
1:4G
2:5G
3:WIFI
99:其他Copyright © 2023. All rights reserved.