Class GatewayDevice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.GatewayDevice
-
public class GatewayDevice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetChannelNum()Get 设备下通道数 注意:此字段可能返回 null,表示取不到有效值。StringgetDeviceId()Get 设备ID 注意:此字段可能返回 null,表示取不到有效值。StringgetIp()Get 设备内网IP 注意:此字段可能返回 null,表示取不到有效值。StringgetName()Get 设备名称 注意:此字段可能返回 null,表示取不到有效值。LonggetPort()Get 设备端口 注意:此字段可能返回 null,表示取不到有效值。LonggetProtocolType()Get 网关接入协议类型 注意:此字段可能返回 null,表示取不到有效值。StringgetProtocolTypeName()Get 网关接入协议名称 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 设备状态 注意:此字段可能返回 null,表示取不到有效值。LonggetType()Get 设备类型 注意:此字段可能返回 null,表示取不到有效值。voidsetChannelNum(Long ChannelNum)Set 设备下通道数 注意:此字段可能返回 null,表示取不到有效值。voidsetDeviceId(String DeviceId)Set 设备ID 注意:此字段可能返回 null,表示取不到有效值。voidsetIp(String Ip)Set 设备内网IP 注意:此字段可能返回 null,表示取不到有效值。voidsetName(String Name)Set 设备名称 注意:此字段可能返回 null,表示取不到有效值。voidsetPort(Long Port)Set 设备端口 注意:此字段可能返回 null,表示取不到有效值。voidsetProtocolType(Long ProtocolType)Set 网关接入协议类型 注意:此字段可能返回 null,表示取不到有效值。voidsetProtocolTypeName(String ProtocolTypeName)Set 网关接入协议名称 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 设备状态 注意:此字段可能返回 null,表示取不到有效值。voidsetType(Long Type)Set 设备类型 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GatewayDevice
public GatewayDevice()
-
GatewayDevice
public 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.
-
-
Method Detail
-
getDeviceId
public String getDeviceId()
Get 设备ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeviceId 设备ID 注意:此字段可能返回 null,表示取不到有效值。
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeviceId- 设备ID 注意:此字段可能返回 null,表示取不到有效值。
-
getProtocolType
public Long getProtocolType()
Get 网关接入协议类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProtocolType 网关接入协议类型 注意:此字段可能返回 null,表示取不到有效值。
-
setProtocolType
public void setProtocolType(Long ProtocolType)
Set 网关接入协议类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProtocolType- 网关接入协议类型 注意:此字段可能返回 null,表示取不到有效值。
-
getProtocolTypeName
public String getProtocolTypeName()
Get 网关接入协议名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProtocolTypeName 网关接入协议名称 注意:此字段可能返回 null,表示取不到有效值。
-
setProtocolTypeName
public void setProtocolTypeName(String ProtocolTypeName)
Set 网关接入协议名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProtocolTypeName- 网关接入协议名称 注意:此字段可能返回 null,表示取不到有效值。
-
getName
public String getName()
Get 设备名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Name 设备名称 注意:此字段可能返回 null,表示取不到有效值。
-
setName
public void setName(String Name)
Set 设备名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Name- 设备名称 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public Long getType()
Get 设备类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 设备类型 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(Long Type)
Set 设备类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type- 设备类型 注意:此字段可能返回 null,表示取不到有效值。
-
getIp
public String getIp()
Get 设备内网IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Ip 设备内网IP 注意:此字段可能返回 null,表示取不到有效值。
-
setIp
public void setIp(String Ip)
Set 设备内网IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Ip- 设备内网IP 注意:此字段可能返回 null,表示取不到有效值。
-
getPort
public Long getPort()
Get 设备端口 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Port 设备端口 注意:此字段可能返回 null,表示取不到有效值。
-
setPort
public void setPort(Long Port)
Set 设备端口 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Port- 设备端口 注意:此字段可能返回 null,表示取不到有效值。
-
getChannelNum
public Long getChannelNum()
Get 设备下通道数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChannelNum 设备下通道数 注意:此字段可能返回 null,表示取不到有效值。
-
setChannelNum
public void setChannelNum(Long ChannelNum)
Set 设备下通道数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChannelNum- 设备下通道数 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public Long getStatus()
Get 设备状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 设备状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(Long Status)
Set 设备状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 设备状态 注意:此字段可能返回 null,表示取不到有效值。
-
-