public class RecordPlanChannelInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RecordPlanChannelInfo() |
RecordPlanChannelInfo(RecordPlanChannelInfo 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 通道所属设备的接入协议类型
|
String |
getChannelId()
Get 设备通道ID
|
String |
getChannelName()
Get 设备通道名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDeviceId()
Get 设备通道所属的设备ID
|
String |
getDeviceName()
Get 设备通道所属的设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOrganizationName()
Get 所属组织名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAccessProtocol(Long AccessProtocol)
Set 通道所属设备的接入协议类型
|
void |
setChannelId(String ChannelId)
Set 设备通道ID
|
void |
setChannelName(String ChannelName)
Set 设备通道名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeviceId(String DeviceId)
Set 设备通道所属的设备ID
|
void |
setDeviceName(String DeviceName)
Set 设备通道所属的设备名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrganizationName(String OrganizationName)
Set 所属组织名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 RecordPlanChannelInfo()
public RecordPlanChannelInfo(RecordPlanChannelInfo source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备通道所属的设备IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备通道所属的设备名称
注意:此字段可能返回 null,表示取不到有效值。public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 设备通道IDpublic String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- 设备通道名称
注意:此字段可能返回 null,表示取不到有效值。public String getOrganizationName()
public void setOrganizationName(String OrganizationName)
OrganizationName
- 所属组织名称
注意:此字段可能返回 null,表示取不到有效值。public Long getAccessProtocol()
public void setAccessProtocol(Long AccessProtocol)
AccessProtocol
- 通道所属设备的接入协议类型Copyright © 2025. All rights reserved.