Class GroupInfo

    • Constructor Detail

      • GroupInfo

        public GroupInfo()
      • GroupInfo

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

      • getGroupId

        public String getGroupId()
        Get 分组ID
        Returns:
        GroupId 分组ID
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 分组ID
        Parameters:
        GroupId - 分组ID
      • getGroupName

        public String getGroupName()
        Get 分组名称
        Returns:
        GroupName 分组名称
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 分组名称
        Parameters:
        GroupName - 分组名称
      • getGroupType

        public String getGroupType()
        Get 分组类型
        Returns:
        GroupType 分组类型
      • setGroupType

        public void setGroupType​(String GroupType)
        Set 分组类型
        Parameters:
        GroupType - 分组类型
      • getGroupPath

        public String getGroupPath()
        Get 分组路径
        Returns:
        GroupPath 分组路径
      • setGroupPath

        public void setGroupPath​(String GroupPath)
        Set 分组路径
        Parameters:
        GroupPath - 分组路径
      • getParentId

        public String getParentId()
        Get 父分组ID
        Returns:
        ParentId 父分组ID
      • setParentId

        public void setParentId​(String ParentId)
        Set 父分组ID
        Parameters:
        ParentId - 父分组ID
      • getGroupDescribe

        public String getGroupDescribe()
        Get 分组描述
        Returns:
        GroupDescribe 分组描述
      • setGroupDescribe

        public void setGroupDescribe​(String GroupDescribe)
        Set 分组描述
        Parameters:
        GroupDescribe - 分组描述
      • getExtraInformation

        public String getExtraInformation()
        Get 扩展信息
        Returns:
        ExtraInformation 扩展信息
      • setExtraInformation

        public void setExtraInformation​(String ExtraInformation)
        Set 扩展信息
        Parameters:
        ExtraInformation - 扩展信息
      • getCreateTime

        public Long getCreateTime()
        Get 创建时间
        Returns:
        CreateTime 创建时间
      • setCreateTime

        public void setCreateTime​(Long CreateTime)
        Set 创建时间
        Parameters:
        CreateTime - 创建时间
      • getGroupStatus

        public Long getGroupStatus()
        Get 分组状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupStatus 分组状态 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupStatus

        public void setGroupStatus​(Long GroupStatus)
        Set 分组状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupStatus - 分组状态 注意:此字段可能返回 null,表示取不到有效值。
      • getError

        public String getError()
        Get 设备不存在时产生的错误 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Error 设备不存在时产生的错误 注意:此字段可能返回 null,表示取不到有效值。
      • setError

        public void setError​(String Error)
        Set 设备不存在时产生的错误 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Error - 设备不存在时产生的错误 注意:此字段可能返回 null,表示取不到有效值。