Class ControlHomePositionRequest

    • Constructor Detail

      • ControlHomePositionRequest

        public ControlHomePositionRequest()
      • ControlHomePositionRequest

        public ControlHomePositionRequest​(ControlHomePositionRequest 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
        Returns:
        ChannelId 通道ID
      • setChannelId

        public void setChannelId​(String ChannelId)
        Set 通道ID
        Parameters:
        ChannelId - 通道ID
      • getDeviceId

        public String getDeviceId()
        Get 设备Id
        Returns:
        DeviceId 设备Id
      • setDeviceId

        public void setDeviceId​(String DeviceId)
        Set 设备Id
        Parameters:
        DeviceId - 设备Id
      • getEnable

        public Long getEnable()
        Get 看守位使能 0-停用看守位 1-启用看守位
        Returns:
        Enable 看守位使能 0-停用看守位 1-启用看守位
      • setEnable

        public void setEnable​(Long Enable)
        Set 看守位使能 0-停用看守位 1-启用看守位
        Parameters:
        Enable - 看守位使能 0-停用看守位 1-启用看守位
      • getPresetId

        public Long getPresetId()
        Get 预置位编码 范围1-8,启用看守位时必填
        Returns:
        PresetId 预置位编码 范围1-8,启用看守位时必填
      • setPresetId

        public void setPresetId​(Long PresetId)
        Set 预置位编码 范围1-8,启用看守位时必填
        Parameters:
        PresetId - 预置位编码 范围1-8,启用看守位时必填
      • getResetTime

        public Long getResetTime()
        Get 看守位自动归位时间, 启用看守位时必填
        Returns:
        ResetTime 看守位自动归位时间, 启用看守位时必填
      • setResetTime

        public void setResetTime​(Long ResetTime)
        Set 看守位自动归位时间, 启用看守位时必填
        Parameters:
        ResetTime - 看守位自动归位时间, 启用看守位时必填