Class DeviceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.DeviceInfo
-
public class DeviceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDeviceId()
Get 设备唯一标识 IOS 填写 IDFV Android 填写 IMEILong
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 填写 IMEIvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeviceInfo
public DeviceInfo()
-
DeviceInfo
public 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.
-
-
Method Detail
-
getVendor
public Long getVendor()
Get 设备数据卡所属的运营商 1:移动 2:电信 3:联通 4:广电 99:其他- Returns:
- Vendor 设备数据卡所属的运营商 1:移动 2:电信 3:联通 4:广电 99:其他
-
setVendor
public void setVendor(Long Vendor)
Set 设备数据卡所属的运营商 1:移动 2:电信 3:联通 4:广电 99:其他- Parameters:
Vendor
- 设备数据卡所属的运营商 1:移动 2:电信 3:联通 4:广电 99:其他
-
getOS
public Long getOS()
Get 设备操作系统 1:Android 2: IOS 99:其他- Returns:
- OS 设备操作系统 1:Android 2: IOS 99:其他
-
setOS
public void setOS(Long OS)
Set 设备操作系统 1:Android 2: IOS 99:其他- Parameters:
OS
- 设备操作系统 1:Android 2: IOS 99:其他
-
getDeviceId
public String getDeviceId()
Get 设备唯一标识 IOS 填写 IDFV Android 填写 IMEI- Returns:
- DeviceId 设备唯一标识 IOS 填写 IDFV Android 填写 IMEI
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备唯一标识 IOS 填写 IDFV Android 填写 IMEI- Parameters:
DeviceId
- 设备唯一标识 IOS 填写 IDFV Android 填写 IMEI
-
getPhoneNum
public String getPhoneNum()
Get 用户手机号码- Returns:
- PhoneNum 用户手机号码
-
setPhoneNum
public void setPhoneNum(String PhoneNum)
Set 用户手机号码- Parameters:
PhoneNum
- 用户手机号码
-
getWireless
public Long getWireless()
Get 无线信息 1:4G 2:5G 3:WIFI 99:其他- Returns:
- Wireless 无线信息 1:4G 2:5G 3:WIFI 99:其他
-
setWireless
public void setWireless(Long Wireless)
Set 无线信息 1:4G 2:5G 3:WIFI 99:其他- Parameters:
Wireless
- 无线信息 1:4G 2:5G 3:WIFI 99:其他
-
-