public class ListDeviceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListDeviceInfo() |
ListDeviceInfo(ListDeviceInfo 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 |
getAccessProtocol()
Get 接入协议。1:RTMP,2:GB,3:GW
|
Long |
getChannelNum()
Get 通道数量
|
String |
getClusterId()
Get 设备接入服务节点 ID
|
String |
getClusterName()
Get 服务节点名称
|
String |
getCode()
Get 设备编码
|
String |
getDescription()
Get 描述
|
String |
getDeviceId()
Get 设备 ID
|
String |
getName()
Get 设备名称
|
String |
getOrganizationId()
Get 设备所属组织 ID
|
String |
getPassword()
Get 设备密码
|
Long |
getStatus()
Get 设备状态。0:未注册,1:在线,2:离线,3:禁用
|
Long |
getTransportProtocol()
Get 设备流传输协议。1:UDP,2:TCP
|
Long |
getType()
Get 设备类型。1:IPC,2:NVR
|
void |
setAccessProtocol(Long AccessProtocol)
Set 接入协议。1:RTMP,2:GB,3:GW
|
void |
setChannelNum(Long ChannelNum)
Set 通道数量
|
void |
setClusterId(String ClusterId)
Set 设备接入服务节点 ID
|
void |
setClusterName(String ClusterName)
Set 服务节点名称
|
void |
setCode(String Code)
Set 设备编码
|
void |
setDescription(String Description)
Set 描述
|
void |
setDeviceId(String DeviceId)
Set 设备 ID
|
void |
setName(String Name)
Set 设备名称
|
void |
setOrganizationId(String OrganizationId)
Set 设备所属组织 ID
|
void |
setPassword(String Password)
Set 设备密码
|
void |
setStatus(Long Status)
Set 设备状态。0:未注册,1:在线,2:离线,3:禁用
|
void |
setTransportProtocol(Long TransportProtocol)
Set 设备流传输协议。1:UDP,2:TCP
|
void |
setType(Long Type)
Set 设备类型。1:IPC,2:NVR
|
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 ListDeviceInfo()
public ListDeviceInfo(ListDeviceInfo source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备 IDpublic String getCode()
public void setCode(String Code)
Code
- 设备编码public Long getStatus()
public void setStatus(Long Status)
Status
- 设备状态。0:未注册,1:在线,2:离线,3:禁用public Long getTransportProtocol()
public void setTransportProtocol(Long TransportProtocol)
TransportProtocol
- 设备流传输协议。1:UDP,2:TCPpublic String getName()
public void setName(String Name)
Name
- 设备名称public Long getType()
public void setType(Long Type)
Type
- 设备类型。1:IPC,2:NVRpublic String getPassword()
public void setPassword(String Password)
Password
- 设备密码public String getDescription()
public void setDescription(String Description)
Description
- 描述public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 设备接入服务节点 IDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- 服务节点名称public Long getAccessProtocol()
public void setAccessProtocol(Long AccessProtocol)
AccessProtocol
- 接入协议。1:RTMP,2:GB,3:GWpublic String getOrganizationId()
public void setOrganizationId(String OrganizationId)
OrganizationId
- 设备所属组织 IDpublic Long getChannelNum()
public void setChannelNum(Long ChannelNum)
ChannelNum
- 通道数量Copyright © 2024. All rights reserved.