Class ModifyDeviceGroupRequest

    • Constructor Detail

      • ModifyDeviceGroupRequest

        public ModifyDeviceGroupRequest()
      • ModifyDeviceGroupRequest

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

      • getName

        public String getName()
        Get 资产组名,最大长度32字符,不能为空
        Returns:
        Name 资产组名,最大长度32字符,不能为空
      • setName

        public void setName​(String Name)
        Set 资产组名,最大长度32字符,不能为空
        Parameters:
        Name - 资产组名,最大长度32字符,不能为空
      • getId

        public Long getId()
        Get 资产组ID
        Returns:
        Id 资产组ID
      • setId

        public void setId​(Long Id)
        Set 资产组ID
        Parameters:
        Id - 资产组ID
      • getDepartmentId

        public String getDepartmentId()
        Get 资产组所属部门ID,如:1.2.3
        Returns:
        DepartmentId 资产组所属部门ID,如:1.2.3
      • setDepartmentId

        public void setDepartmentId​(String DepartmentId)
        Set 资产组所属部门ID,如:1.2.3
        Parameters:
        DepartmentId - 资产组所属部门ID,如:1.2.3