public class DeviceDataInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceDataInfo() |
DeviceDataInfo(DeviceDataInfo 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 |
getActiveTime()
Get 激活时间
|
String |
getDeviceName()
Get 设备名称
|
String |
getDeviceStatus()
Get 通信在/离线状态(online=normal+fault,offline)
|
String[] |
getDeviceTagSet()
Get 设备标签名,非必填
|
String |
getDeviceTypeCode()
Get 设备类型Id
|
String |
getDeviceTypeName()
Get 设备类型名称
|
CustomFieldInfo[] |
getFieldList()
Get 自定义字段
|
String |
getGroupInfo()
Get 分组信息
|
Long |
getIsActive()
Get 激活状态(1激活、0未激活)
|
Boolean |
getIsLive()
Get 推流状态(推流中、未推流) 仅摄像机有的状态
|
DeviceLocation |
getLocation()
Get 设备点位坐标值
|
String |
getModelId()
Get 模型id
|
String |
getModelName()
Get 模型名称
|
String |
getParentWID()
Get 设备所属父设备id(子设备才有)
|
String |
getParentWIDName()
Get 设备所有父设备名称(子设备才有)
|
Long |
getProductAbility()
Get 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
|
Long |
getProductId()
Get 产品Id
|
String |
getProductName()
Get 产品名称
|
String |
getSN()
Get 序列号
|
DeviceSpaceInfo[] |
getSpaceInfoSet()
Get 设备位置信息
|
String |
getStatus()
Get 设备业务状态(normal、fault、offline)
|
String |
getWID()
Get 设备ID, wid
|
void |
setActiveTime(String ActiveTime)
Set 激活时间
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setDeviceStatus(String DeviceStatus)
Set 通信在/离线状态(online=normal+fault,offline)
|
void |
setDeviceTagSet(String[] DeviceTagSet)
Set 设备标签名,非必填
|
void |
setDeviceTypeCode(String DeviceTypeCode)
Set 设备类型Id
|
void |
setDeviceTypeName(String DeviceTypeName)
Set 设备类型名称
|
void |
setFieldList(CustomFieldInfo[] FieldList)
Set 自定义字段
|
void |
setGroupInfo(String GroupInfo)
Set 分组信息
|
void |
setIsActive(Long IsActive)
Set 激活状态(1激活、0未激活)
|
void |
setIsLive(Boolean IsLive)
Set 推流状态(推流中、未推流) 仅摄像机有的状态
|
void |
setLocation(DeviceLocation Location)
Set 设备点位坐标值
|
void |
setModelId(String ModelId)
Set 模型id
|
void |
setModelName(String ModelName)
Set 模型名称
|
void |
setParentWID(String ParentWID)
Set 设备所属父设备id(子设备才有)
|
void |
setParentWIDName(String ParentWIDName)
Set 设备所有父设备名称(子设备才有)
|
void |
setProductAbility(Long ProductAbility)
Set 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
|
void |
setProductId(Long ProductId)
Set 产品Id
|
void |
setProductName(String ProductName)
Set 产品名称
|
void |
setSN(String SN)
Set 序列号
|
void |
setSpaceInfoSet(DeviceSpaceInfo[] SpaceInfoSet)
Set 设备位置信息
|
void |
setStatus(String Status)
Set 设备业务状态(normal、fault、offline)
|
void |
setWID(String WID)
Set 设备ID, wid
|
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 DeviceDataInfo()
public DeviceDataInfo(DeviceDataInfo source)
public String getWID()
public void setWID(String WID)
WID
- 设备ID, widpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getDeviceTypeCode()
public void setDeviceTypeCode(String DeviceTypeCode)
DeviceTypeCode
- 设备类型Idpublic String getDeviceTypeName()
public void setDeviceTypeName(String DeviceTypeName)
DeviceTypeName
- 设备类型名称public Long getProductId()
public void setProductId(Long ProductId)
ProductId
- 产品Idpublic String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名称public Long getProductAbility()
public void setProductAbility(Long ProductAbility)
ProductAbility
- 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。public DeviceSpaceInfo[] getSpaceInfoSet()
public void setSpaceInfoSet(DeviceSpaceInfo[] SpaceInfoSet)
SpaceInfoSet
- 设备位置信息public String getModelId()
public void setModelId(String ModelId)
ModelId
- 模型idpublic String getModelName()
public void setModelName(String ModelName)
ModelName
- 模型名称public String[] getDeviceTagSet()
public void setDeviceTagSet(String[] DeviceTagSet)
DeviceTagSet
- 设备标签名,非必填public Long getIsActive()
public void setIsActive(Long IsActive)
IsActive
- 激活状态(1激活、0未激活)public String getActiveTime()
public void setActiveTime(String ActiveTime)
ActiveTime
- 激活时间public Boolean getIsLive()
public void setIsLive(Boolean IsLive)
IsLive
- 推流状态(推流中、未推流) 仅摄像机有的状态public String getParentWID()
public void setParentWID(String ParentWID)
ParentWID
- 设备所属父设备id(子设备才有)public String getParentWIDName()
public void setParentWIDName(String ParentWIDName)
ParentWIDName
- 设备所有父设备名称(子设备才有)public String getSN()
public void setSN(String SN)
SN
- 序列号public DeviceLocation getLocation()
public void setLocation(DeviceLocation Location)
Location
- 设备点位坐标值public CustomFieldInfo[] getFieldList()
public void setFieldList(CustomFieldInfo[] FieldList)
FieldList
- 自定义字段public String getGroupInfo()
public void setGroupInfo(String GroupInfo)
GroupInfo
- 分组信息public String getDeviceStatus()
public void setDeviceStatus(String DeviceStatus)
DeviceStatus
- 通信在/离线状态(online=normal+fault,offline)public String getStatus()
public void setStatus(String Status)
Status
- 设备业务状态(normal、fault、offline)Copyright © 2025. All rights reserved.