Class ModifyDeviceRequest

    • Constructor Detail

      • ModifyDeviceRequest

        public ModifyDeviceRequest()
      • ModifyDeviceRequest

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

      • getProductId

        public String getProductId()
        Get 设备所属产品id
        Returns:
        ProductId 设备所属产品id
      • setProductId

        public void setProductId​(String ProductId)
        Set 设备所属产品id
        Parameters:
        ProductId - 设备所属产品id
      • getDeviceName

        public String getDeviceName()
        Get 设备名称
        Returns:
        DeviceName 设备名称
      • setDeviceName

        public void setDeviceName​(String DeviceName)
        Set 设备名称
        Parameters:
        DeviceName - 设备名称
      • getEnableState

        public Long getEnableState()
        Get 要设置的设备状态,1为启用,0为禁用
        Returns:
        EnableState 要设置的设备状态,1为启用,0为禁用
      • setEnableState

        public void setEnableState​(Long EnableState)
        Set 要设置的设备状态,1为启用,0为禁用
        Parameters:
        EnableState - 要设置的设备状态,1为启用,0为禁用