public class AllDeviceInfo extends AbstractModel
Constructor and Description |
---|
AllDeviceInfo() |
AllDeviceInfo(AllDeviceInfo 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 |
---|---|
Long |
getCreateTime()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceCode()
Get 设备编码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceId()
Get 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDeviceType()
Get 设备类型;2:IPC
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExtraInformation()
Get 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupId()
Get 组Id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupName()
Get 组名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGroupPath()
Get 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsRecord()
Get 是否存在录像,,0:不存在;1:存在
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNickName()
Get 设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocol()
Get 设备接入协议
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRecordable()
Get 该设备是否可录制
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(Long CreateTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceCode(String DeviceCode)
Set 设备编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceId(String DeviceId)
Set 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceType(Long DeviceType)
Set 设备类型;2:IPC
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExtraInformation(String ExtraInformation)
Set 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupId(String GroupId)
Set 组Id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupName(String GroupName)
Set 组名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupPath(String GroupPath)
Set 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsRecord(Long IsRecord)
Set 是否存在录像,,0:不存在;1:存在
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNickName(String NickName)
Set 设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocol(String Protocol)
Set 设备接入协议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRecordable(Long Recordable)
Set 该设备是否可录制
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
注意:此字段可能返回 null,表示取不到有效值。
|
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 AllDeviceInfo()
public AllDeviceInfo(AllDeviceInfo source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备唯一标识
注意:此字段可能返回 null,表示取不到有效值。public Long getDeviceType()
public void setDeviceType(Long DeviceType)
DeviceType
- 设备类型;2:IPC
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 设备状态;0:设备不在线;1:设备在线;2:设备隔离中;3:设备未注册
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getExtraInformation()
public void setExtraInformation(String ExtraInformation)
ExtraInformation
- 设备扩展属性
注意:此字段可能返回 null,表示取不到有效值。public String getNickName()
public void setNickName(String NickName)
NickName
- 设备名称
注意:此字段可能返回 null,表示取不到有效值。public String getGroupPath()
public void setGroupPath(String GroupPath)
GroupPath
- 设备绑定分组路径
注意:此字段可能返回 null,表示取不到有效值。public String getDeviceCode()
public void setDeviceCode(String DeviceCode)
DeviceCode
- 设备编码
注意:此字段可能返回 null,表示取不到有效值。public Long getIsRecord()
public void setIsRecord(Long IsRecord)
IsRecord
- 是否存在录像,,0:不存在;1:存在
注意:此字段可能返回 null,表示取不到有效值。public Long getRecordable()
public void setRecordable(Long Recordable)
Recordable
- 该设备是否可录制
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 设备接入协议
注意:此字段可能返回 null,表示取不到有效值。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 组Id
注意:此字段可能返回 null,表示取不到有效值。public String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 组名
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.