Class ChannelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.ChannelInfo
-
public class ChannelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelInfo()ChannelInfo(ChannelInfo 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 StringgetChannelId()Get 设备通道ID,一个设备通道只允许被一个上云计划添加StringgetDeviceId()Get 通道所属的设备IDvoidsetChannelId(String ChannelId)Set 设备通道ID,一个设备通道只允许被一个上云计划添加voidsetDeviceId(String DeviceId)Set 通道所属的设备IDvoidtoMap(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
-
ChannelInfo
public ChannelInfo()
-
ChannelInfo
public ChannelInfo(ChannelInfo 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- Returns:
- DeviceId 通道所属的设备ID
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 通道所属的设备ID- Parameters:
DeviceId- 通道所属的设备ID
-
getChannelId
public String getChannelId()
Get 设备通道ID,一个设备通道只允许被一个上云计划添加- Returns:
- ChannelId 设备通道ID,一个设备通道只允许被一个上云计划添加
-
setChannelId
public void setChannelId(String ChannelId)
Set 设备通道ID,一个设备通道只允许被一个上云计划添加- Parameters:
ChannelId- 设备通道ID,一个设备通道只允许被一个上云计划添加
-
-