Class OrganizationChannelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.OrganizationChannelInfo
-
public class OrganizationChannelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OrganizationChannelInfo()
OrganizationChannelInfo(OrganizationChannelInfo 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 String
getChannelId()
Get 设备通道IDString
getChannelName()
Get 设备通道名称 注意:此字段可能返回 null,表示取不到有效值。String
getDeviceId()
Get 设备通道所属的设备IDString
getDeviceName()
Get 设备通道所属的设备名称 注意:此字段可能返回 null,表示取不到有效值。Boolean
getInPlan()
Get 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中void
setChannelId(String ChannelId)
Set 设备通道IDvoid
setChannelName(String ChannelName)
Set 设备通道名称 注意:此字段可能返回 null,表示取不到有效值。void
setDeviceId(String DeviceId)
Set 设备通道所属的设备IDvoid
setDeviceName(String DeviceName)
Set 设备通道所属的设备名称 注意:此字段可能返回 null,表示取不到有效值。void
setInPlan(Boolean InPlan)
Set 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中void
toMap(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
-
OrganizationChannelInfo
public OrganizationChannelInfo()
-
OrganizationChannelInfo
public OrganizationChannelInfo(OrganizationChannelInfo 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
-
getDeviceName
public String getDeviceName()
Get 设备通道所属的设备名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DeviceName 设备通道所属的设备名称 注意:此字段可能返回 null,表示取不到有效值。
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备通道所属的设备名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DeviceName
- 设备通道所属的设备名称 注意:此字段可能返回 null,表示取不到有效值。
-
getChannelId
public String getChannelId()
Get 设备通道ID- Returns:
- ChannelId 设备通道ID
-
setChannelId
public void setChannelId(String ChannelId)
Set 设备通道ID- Parameters:
ChannelId
- 设备通道ID
-
getChannelName
public String getChannelName()
Get 设备通道名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChannelName 设备通道名称 注意:此字段可能返回 null,表示取不到有效值。
-
setChannelName
public void setChannelName(String ChannelName)
Set 设备通道名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChannelName
- 设备通道名称 注意:此字段可能返回 null,表示取不到有效值。
-
getInPlan
public Boolean getInPlan()
Get 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中- Returns:
- InPlan 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中
-
setInPlan
public void setInPlan(Boolean InPlan)
Set 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中- Parameters:
InPlan
- 该通道是否在上云计划中,如果是,则不能在添加到其他上云计划|true:在上云计划中,false:不在上云计划中
-
-