public class DescribeTreeJobsRsp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeTreeJobsRsp() | 
| DescribeTreeJobsRsp(DescribeTreeJobsRsp 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeTreeJobsRsp[] | getChildren()Get 迭代子目录
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getHasMore()Get bool
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getId()Get 当前文件夹ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| TreeJobSets[] | getJobSet()Get 当前文件夹下的作业集合
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getName()Get 当前文件夹名
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPageAttach()Get attach-000
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getParentId()Get 父节点ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRequestId()Get 请求ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setChildren(DescribeTreeJobsRsp[] Children)Set 迭代子目录
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setHasMore(Boolean HasMore)Set bool
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setId(String Id)Set 当前文件夹ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setJobSet(TreeJobSets[] JobSet)Set 当前文件夹下的作业集合
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setName(String Name)Set 当前文件夹名
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPageAttach(String PageAttach)Set attach-000
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setParentId(String ParentId)Set 父节点ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRequestId(String RequestId)Set 请求ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTreeJobsRsp()
public DescribeTreeJobsRsp(DescribeTreeJobsRsp source)
public String getParentId()
public void setParentId(String ParentId)
ParentId - 父节点ID
注意:此字段可能返回 null,表示取不到有效值。public String getId()
public void setId(String Id)
Id - 当前文件夹ID
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name - 当前文件夹名
注意:此字段可能返回 null,表示取不到有效值。public TreeJobSets[] getJobSet()
public void setJobSet(TreeJobSets[] JobSet)
JobSet - 当前文件夹下的作业集合
注意:此字段可能返回 null,表示取不到有效值。public DescribeTreeJobsRsp[] getChildren()
public void setChildren(DescribeTreeJobsRsp[] Children)
Children - 迭代子目录
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 请求ID
注意:此字段可能返回 null,表示取不到有效值。public String getPageAttach()
public void setPageAttach(String PageAttach)
PageAttach - attach-000
注意:此字段可能返回 null,表示取不到有效值。public Boolean getHasMore()
public void setHasMore(Boolean HasMore)
HasMore - bool
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.