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