Class DescribeDevicePresetRequest

    • Constructor Detail

      • DescribeDevicePresetRequest

        public DescribeDevicePresetRequest()
      • DescribeDevicePresetRequest

        public DescribeDevicePresetRequest​(DescribeDevicePresetRequest 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

      • getChannelId

        public String getChannelId()
        Get 通道ID(从通道查询接口DescribeDeviceChannel中获取)
        Returns:
        ChannelId 通道ID(从通道查询接口DescribeDeviceChannel中获取)
      • setChannelId

        public void setChannelId​(String ChannelId)
        Set 通道ID(从通道查询接口DescribeDeviceChannel中获取)
        Parameters:
        ChannelId - 通道ID(从通道查询接口DescribeDeviceChannel中获取)