Class OrganizationChannelInfo

    • 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:不在上云计划中