Class DescribeTreeResourcesRsp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.oceanus.v20190422.models.DescribeTreeResourcesRsp
-
public class DescribeTreeResourcesRsp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTreeResourcesRsp()
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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeTreeResourcesRsp[]
getChildren()
Get 子节点 注意:此字段可能返回 null,表示取不到有效值。String
getId()
Get 文件夹IDTreeResourceItem[]
getItems()
Get 文件夹下资源数字 注意:此字段可能返回 null,表示取不到有效值。String
getName()
Get 文件夹名称String
getParentId()
Get 父节点IDLong
getTotalCount()
Get 资源总数 注意:此字段可能返回 null,表示取不到有效值。void
setChildren(DescribeTreeResourcesRsp[] Children)
Set 子节点 注意:此字段可能返回 null,表示取不到有效值。void
setId(String Id)
Set 文件夹IDvoid
setItems(TreeResourceItem[] Items)
Set 文件夹下资源数字 注意:此字段可能返回 null,表示取不到有效值。void
setName(String Name)
Set 文件夹名称void
setParentId(String ParentId)
Set 父节点IDvoid
setTotalCount(Long TotalCount)
Set 资源总数 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-