Class DescribeTreeResourcesRsp

    • Constructor Detail

      • DescribeTreeResourcesRsp

        public DescribeTreeResourcesRsp()
      • DescribeTreeResourcesRsp

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

      • getParentId

        public String getParentId()
        Get 父节点ID
        Returns:
        ParentId 父节点ID
      • setParentId

        public void setParentId​(String ParentId)
        Set 父节点ID
        Parameters:
        ParentId - 父节点ID
      • getId

        public String getId()
        Get 文件夹ID
        Returns:
        Id 文件夹ID
      • setId

        public void setId​(String Id)
        Set 文件夹ID
        Parameters:
        Id - 文件夹ID
      • getName

        public String getName()
        Get 文件夹名称
        Returns:
        Name 文件夹名称
      • setName

        public void setName​(String Name)
        Set 文件夹名称
        Parameters:
        Name - 文件夹名称
      • getItems

        public TreeResourceItem[] getItems()
        Get 文件夹下资源数字 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Items 文件夹下资源数字 注意:此字段可能返回 null,表示取不到有效值。
      • setItems

        public void setItems​(TreeResourceItem[] Items)
        Set 文件夹下资源数字 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Items - 文件夹下资源数字 注意:此字段可能返回 null,表示取不到有效值。
      • getChildren

        public DescribeTreeResourcesRsp[] getChildren()
        Get 子节点 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Children 子节点 注意:此字段可能返回 null,表示取不到有效值。
      • setChildren

        public void setChildren​(DescribeTreeResourcesRsp[] Children)
        Set 子节点 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Children - 子节点 注意:此字段可能返回 null,表示取不到有效值。
      • getTotalCount

        public Long getTotalCount()
        Get 资源总数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TotalCount 资源总数 注意:此字段可能返回 null,表示取不到有效值。
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 资源总数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TotalCount - 资源总数 注意:此字段可能返回 null,表示取不到有效值。