public class DeviceReport extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCell()
Get 小区CellID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDelay()
Get 网络延迟,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDevModel()
Get 设备型号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDevType()
Get 设备型号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIccid()
Get 当前上报运营商ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getImei()
Get 移动设备ID
|
String |
getLac()
Get 运营商基站ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLat()
Get 维度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLng()
Get 经度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getLog()
Get 高级日志启停状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMonthFirstTime()
Get 每月第一次上报心跳时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPing()
Get 心跳间隔,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRss()
Get 信号强度
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 网络环境: 0 正常 1 弱网
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTele()
Get 运营商: 1 移动 2 联通 3 电信
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTid()
Get 当前设备策略ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUploadTime()
Get 设备刷新时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get 设备版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCell(String Cell)
Set 小区CellID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDelay(Long Delay)
Set 网络延迟,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDevModel(String DevModel)
Set 设备型号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDevType(String DevType)
Set 设备型号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIccid(String Iccid)
Set 当前上报运营商ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setImei(String Imei)
Set 移动设备ID
|
void |
setLac(String Lac)
Set 运营商基站ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLat(String Lat)
Set 维度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLng(String Lng)
Set 经度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLog(Long Log)
Set 高级日志启停状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMonthFirstTime(String MonthFirstTime)
Set 每月第一次上报心跳时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPing(Long Ping)
Set 心跳间隔,单位秒
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRss(Long Rss)
Set 信号强度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 网络环境: 0 正常 1 弱网
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTele(Long Tele)
Set 运营商: 1 移动 2 联通 3 电信
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTid(Long Tid)
Set 当前设备策略ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUploadTime(String UploadTime)
Set 设备刷新时间戳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set 设备版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeviceReport()
public DeviceReport(DeviceReport source)
public String getImei()
public void setImei(String Imei)
Imei
- 移动设备IDpublic String getLng()
public void setLng(String Lng)
Lng
- 经度
注意:此字段可能返回 null,表示取不到有效值。public String getLat()
public void setLat(String Lat)
Lat
- 维度
注意:此字段可能返回 null,表示取不到有效值。public String getLac()
public void setLac(String Lac)
Lac
- 运营商基站ID
注意:此字段可能返回 null,表示取不到有效值。public String getCell()
public void setCell(String Cell)
Cell
- 小区CellID
注意:此字段可能返回 null,表示取不到有效值。public String getIccid()
public void setIccid(String Iccid)
Iccid
- 当前上报运营商ID
注意:此字段可能返回 null,表示取不到有效值。public Long getRss()
public void setRss(Long Rss)
Rss
- 信号强度
注意:此字段可能返回 null,表示取不到有效值。public Long getTele()
public void setTele(Long Tele)
Tele
- 运营商: 1 移动 2 联通 3 电信
注意:此字段可能返回 null,表示取不到有效值。public Long getTid()
public void setTid(Long Tid)
Tid
- 当前设备策略ID
注意:此字段可能返回 null,表示取不到有效值。public Long getPing()
public void setPing(Long Ping)
Ping
- 心跳间隔,单位秒
注意:此字段可能返回 null,表示取不到有效值。public Long getDelay()
public void setDelay(Long Delay)
Delay
- 网络延迟,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。public Long getLog()
public void setLog(Long Log)
Log
- 高级日志启停状态
注意:此字段可能返回 null,表示取不到有效值。public String getDevType()
public void setDevType(String DevType)
DevType
- 设备型号
注意:此字段可能返回 null,表示取不到有效值。public String getDevModel()
public void setDevModel(String DevModel)
DevModel
- 设备型号
注意:此字段可能返回 null,表示取不到有效值。public String getVersion()
public void setVersion(String Version)
Version
- 设备版本
注意:此字段可能返回 null,表示取不到有效值。public String getUploadTime()
public void setUploadTime(String UploadTime)
UploadTime
- 设备刷新时间戳
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 网络环境: 0 正常 1 弱网
注意:此字段可能返回 null,表示取不到有效值。public String getMonthFirstTime()
public void setMonthFirstTime(String MonthFirstTime)
MonthFirstTime
- 每月第一次上报心跳时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.