public class DeviceInfo extends AbstractModel
header, skipSign
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 设备ID
|
String |
getDeviceName()
Get 设备名称
|
String |
getDeviceStatus()
Get 设备状态,offline为离线,ready为在线准备,connected为会话中
|
String |
getDeviceType()
Get 设备类型,field为现场设备(受控方),remote为远端设备(操控方)
|
String |
getLastReportTime()
Get 设备状态最近更新时间
|
String |
getModifyTime()
Get 设备信息最近修改时间
|
String |
getProjectId()
Get 设备所属项目Id
|
void |
setDeviceId(String DeviceId)
Set 设备ID
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setDeviceStatus(String DeviceStatus)
Set 设备状态,offline为离线,ready为在线准备,connected为会话中
|
void |
setDeviceType(String DeviceType)
Set 设备类型,field为现场设备(受控方),remote为远端设备(操控方)
|
void |
setLastReportTime(String LastReportTime)
Set 设备状态最近更新时间
|
void |
setModifyTime(String ModifyTime)
Set 设备信息最近修改时间
|
void |
setProjectId(String ProjectId)
Set 设备所属项目Id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeviceInfo()
public DeviceInfo(DeviceInfo source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getDeviceStatus()
public void setDeviceStatus(String DeviceStatus)
DeviceStatus
- 设备状态,offline为离线,ready为在线准备,connected为会话中public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型,field为现场设备(受控方),remote为远端设备(操控方)public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 设备信息最近修改时间public String getLastReportTime()
public void setLastReportTime(String LastReportTime)
LastReportTime
- 设备状态最近更新时间public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 设备所属项目IdCopyright © 2024. All rights reserved.