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 设备下通道数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceId()
Get 设备ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getIp()
Get 设备内网IP
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPort()
Get 设备端口
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProtocolType()
Get 网关接入协议类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocolTypeName()
Get 网关接入协议名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 设备状态
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 设备类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setChannelNum(Long ChannelNum)
Set 设备下通道数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceId(String DeviceId)
Set 设备ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIp(String Ip)
Set 设备内网IP
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPort(Long Port)
Set 设备端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocolType(Long ProtocolType)
Set 网关接入协议类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocolTypeName(String ProtocolTypeName)
Set 网关接入协议名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 设备状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 设备类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GatewayDevice()
public GatewayDevice(GatewayDevice source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备ID
注意:此字段可能返回 null,表示取不到有效值。public Long getProtocolType()
public void setProtocolType(Long ProtocolType)
ProtocolType
- 网关接入协议类型
注意:此字段可能返回 null,表示取不到有效值。public String getProtocolTypeName()
public void setProtocolTypeName(String ProtocolTypeName)
ProtocolTypeName
- 网关接入协议名称
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 设备名称
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 设备类型
注意:此字段可能返回 null,表示取不到有效值。public String getIp()
public void setIp(String Ip)
Ip
- 设备内网IP
注意:此字段可能返回 null,表示取不到有效值。public Long getPort()
public void setPort(Long Port)
Port
- 设备端口
注意:此字段可能返回 null,表示取不到有效值。public Long getChannelNum()
public void setChannelNum(Long ChannelNum)
ChannelNum
- 设备下通道数
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 设备状态
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.