public class GatewayDevice extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GatewayDevice() | 
| GatewayDevice(GatewayDevice 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 | getChannelNum()Get 设备下通道数 | 
| String | getDeviceId()Get 设备ID | 
| String | getIp()Get 设备内网IP | 
| String | getName()Get 设备名称 | 
| Long | getPort()Get 设备端口 | 
| Long | getProtocolType()Get 网关接入协议类型 | 
| String | getProtocolTypeName()Get 网关接入协议名称 | 
| Long | getStatus()Get 设备状态 | 
| Long | getType()Get 设备类型 | 
| void | setChannelNum(Long ChannelNum)Set 设备下通道数 | 
| void | setDeviceId(String DeviceId)Set 设备ID | 
| void | setIp(String Ip)Set 设备内网IP | 
| void | setName(String Name)Set 设备名称 | 
| void | setPort(Long Port)Set 设备端口 | 
| void | setProtocolType(Long ProtocolType)Set 网关接入协议类型 | 
| void | setProtocolTypeName(String ProtocolTypeName)Set 网关接入协议名称 | 
| void | setStatus(Long Status)Set 设备状态 | 
| void | setType(Long Type)Set 设备类型 | 
| 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, toJsonStringpublic GatewayDevice()
public GatewayDevice(GatewayDevice source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId - 设备IDpublic Long getProtocolType()
public void setProtocolType(Long ProtocolType)
ProtocolType - 网关接入协议类型public String getProtocolTypeName()
public void setProtocolTypeName(String ProtocolTypeName)
ProtocolTypeName - 网关接入协议名称public String getName()
public void setName(String Name)
Name - 设备名称public Long getType()
public void setType(Long Type)
Type - 设备类型public String getIp()
public void setIp(String Ip)
Ip - 设备内网IPpublic Long getPort()
public void setPort(Long Port)
Port - 设备端口public Long getChannelNum()
public void setChannelNum(Long ChannelNum)
ChannelNum - 设备下通道数public Long getStatus()
public void setStatus(Long Status)
Status - 设备状态Copyright © 2025. All rights reserved.