Class DeviceReport
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.hasim.v20210716.models.DeviceReport
-
public class DeviceReport extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeviceReport()DeviceReport(DeviceReport 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 StringgetCell()Get 小区CellID 注意:此字段可能返回 null,表示取不到有效值。LonggetDelay()Get 网络延迟,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。StringgetDevModel()Get 设备型号 注意:此字段可能返回 null,表示取不到有效值。StringgetDevType()Get 设备型号 注意:此字段可能返回 null,表示取不到有效值。StringgetIccid()Get 当前上报运营商ID 注意:此字段可能返回 null,表示取不到有效值。StringgetImei()Get 移动设备IDStringgetLac()Get 运营商基站ID 注意:此字段可能返回 null,表示取不到有效值。StringgetLat()Get 维度 注意:此字段可能返回 null,表示取不到有效值。StringgetLng()Get 经度 注意:此字段可能返回 null,表示取不到有效值。LonggetLog()Get 高级日志启停状态 注意:此字段可能返回 null,表示取不到有效值。StringgetMonthFirstTime()Get 每月第一次上报心跳时间 注意:此字段可能返回 null,表示取不到有效值。LonggetPing()Get 心跳间隔,单位秒 注意:此字段可能返回 null,表示取不到有效值。LonggetRss()Get 信号强度 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 网络环境: 0 正常 1 弱网 注意:此字段可能返回 null,表示取不到有效值。LonggetTele()Get 运营商: 1 移动 2 联通 3 电信 注意:此字段可能返回 null,表示取不到有效值。LonggetTid()Get 当前设备策略ID 注意:此字段可能返回 null,表示取不到有效值。StringgetUploadTime()Get 设备刷新时间戳 注意:此字段可能返回 null,表示取不到有效值。StringgetVersion()Get 设备版本 注意:此字段可能返回 null,表示取不到有效值。voidsetCell(String Cell)Set 小区CellID 注意:此字段可能返回 null,表示取不到有效值。voidsetDelay(Long Delay)Set 网络延迟,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。voidsetDevModel(String DevModel)Set 设备型号 注意:此字段可能返回 null,表示取不到有效值。voidsetDevType(String DevType)Set 设备型号 注意:此字段可能返回 null,表示取不到有效值。voidsetIccid(String Iccid)Set 当前上报运营商ID 注意:此字段可能返回 null,表示取不到有效值。voidsetImei(String Imei)Set 移动设备IDvoidsetLac(String Lac)Set 运营商基站ID 注意:此字段可能返回 null,表示取不到有效值。voidsetLat(String Lat)Set 维度 注意:此字段可能返回 null,表示取不到有效值。voidsetLng(String Lng)Set 经度 注意:此字段可能返回 null,表示取不到有效值。voidsetLog(Long Log)Set 高级日志启停状态 注意:此字段可能返回 null,表示取不到有效值。voidsetMonthFirstTime(String MonthFirstTime)Set 每月第一次上报心跳时间 注意:此字段可能返回 null,表示取不到有效值。voidsetPing(Long Ping)Set 心跳间隔,单位秒 注意:此字段可能返回 null,表示取不到有效值。voidsetRss(Long Rss)Set 信号强度 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 网络环境: 0 正常 1 弱网 注意:此字段可能返回 null,表示取不到有效值。voidsetTele(Long Tele)Set 运营商: 1 移动 2 联通 3 电信 注意:此字段可能返回 null,表示取不到有效值。voidsetTid(Long Tid)Set 当前设备策略ID 注意:此字段可能返回 null,表示取不到有效值。voidsetUploadTime(String UploadTime)Set 设备刷新时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetVersion(String Version)Set 设备版本 注意:此字段可能返回 null,表示取不到有效值。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
-
DeviceReport
public DeviceReport()
-
DeviceReport
public DeviceReport(DeviceReport 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
-
getImei
public String getImei()
Get 移动设备ID- Returns:
- Imei 移动设备ID
-
setImei
public void setImei(String Imei)
Set 移动设备ID- Parameters:
Imei- 移动设备ID
-
getLng
public String getLng()
Get 经度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Lng 经度 注意:此字段可能返回 null,表示取不到有效值。
-
setLng
public void setLng(String Lng)
Set 经度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Lng- 经度 注意:此字段可能返回 null,表示取不到有效值。
-
getLat
public String getLat()
Get 维度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Lat 维度 注意:此字段可能返回 null,表示取不到有效值。
-
setLat
public void setLat(String Lat)
Set 维度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Lat- 维度 注意:此字段可能返回 null,表示取不到有效值。
-
getLac
public String getLac()
Get 运营商基站ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Lac 运营商基站ID 注意:此字段可能返回 null,表示取不到有效值。
-
setLac
public void setLac(String Lac)
Set 运营商基站ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Lac- 运营商基站ID 注意:此字段可能返回 null,表示取不到有效值。
-
getCell
public String getCell()
Get 小区CellID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Cell 小区CellID 注意:此字段可能返回 null,表示取不到有效值。
-
setCell
public void setCell(String Cell)
Set 小区CellID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Cell- 小区CellID 注意:此字段可能返回 null,表示取不到有效值。
-
getIccid
public String getIccid()
Get 当前上报运营商ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Iccid 当前上报运营商ID 注意:此字段可能返回 null,表示取不到有效值。
-
setIccid
public void setIccid(String Iccid)
Set 当前上报运营商ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Iccid- 当前上报运营商ID 注意:此字段可能返回 null,表示取不到有效值。
-
getRss
public Long getRss()
Get 信号强度 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Rss 信号强度 注意:此字段可能返回 null,表示取不到有效值。
-
setRss
public void setRss(Long Rss)
Set 信号强度 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Rss- 信号强度 注意:此字段可能返回 null,表示取不到有效值。
-
getTele
public Long getTele()
Get 运营商: 1 移动 2 联通 3 电信 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tele 运营商: 1 移动 2 联通 3 电信 注意:此字段可能返回 null,表示取不到有效值。
-
setTele
public void setTele(Long Tele)
Set 运营商: 1 移动 2 联通 3 电信 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tele- 运营商: 1 移动 2 联通 3 电信 注意:此字段可能返回 null,表示取不到有效值。
-
getTid
public Long getTid()
Get 当前设备策略ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tid 当前设备策略ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTid
public void setTid(Long Tid)
Set 当前设备策略ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tid- 当前设备策略ID 注意:此字段可能返回 null,表示取不到有效值。
-
getPing
public Long getPing()
Get 心跳间隔,单位秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ping 心跳间隔,单位秒 注意:此字段可能返回 null,表示取不到有效值。
-
setPing
public void setPing(Long Ping)
Set 心跳间隔,单位秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ping- 心跳间隔,单位秒 注意:此字段可能返回 null,表示取不到有效值。
-
getDelay
public Long getDelay()
Get 网络延迟,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Delay 网络延迟,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
setDelay
public void setDelay(Long Delay)
Set 网络延迟,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Delay- 网络延迟,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
-
getLog
public Long getLog()
Get 高级日志启停状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Log 高级日志启停状态 注意:此字段可能返回 null,表示取不到有效值。
-
setLog
public void setLog(Long Log)
Set 高级日志启停状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Log- 高级日志启停状态 注意:此字段可能返回 null,表示取不到有效值。
-
getDevType
public String getDevType()
Get 设备型号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DevType 设备型号 注意:此字段可能返回 null,表示取不到有效值。
-
setDevType
public void setDevType(String DevType)
Set 设备型号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DevType- 设备型号 注意:此字段可能返回 null,表示取不到有效值。
-
getDevModel
public String getDevModel()
Get 设备型号 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DevModel 设备型号 注意:此字段可能返回 null,表示取不到有效值。
-
setDevModel
public void setDevModel(String DevModel)
Set 设备型号 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DevModel- 设备型号 注意:此字段可能返回 null,表示取不到有效值。
-
getVersion
public String getVersion()
Get 设备版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Version 设备版本 注意:此字段可能返回 null,表示取不到有效值。
-
setVersion
public void setVersion(String Version)
Set 设备版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Version- 设备版本 注意:此字段可能返回 null,表示取不到有效值。
-
getUploadTime
public String getUploadTime()
Get 设备刷新时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UploadTime 设备刷新时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setUploadTime
public void setUploadTime(String UploadTime)
Set 设备刷新时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UploadTime- 设备刷新时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 网络环境: 0 正常 1 弱网 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 网络环境: 0 正常 1 弱网 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 网络环境: 0 正常 1 弱网 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 网络环境: 0 正常 1 弱网 注意:此字段可能返回 null,表示取不到有效值。
-
getMonthFirstTime
public String getMonthFirstTime()
Get 每月第一次上报心跳时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MonthFirstTime 每月第一次上报心跳时间 注意:此字段可能返回 null,表示取不到有效值。
-
setMonthFirstTime
public void setMonthFirstTime(String MonthFirstTime)
Set 每月第一次上报心跳时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MonthFirstTime- 每月第一次上报心跳时间 注意:此字段可能返回 null,表示取不到有效值。
-
-