public class NodeTree extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NodeTree() | 
| NodeTree(NodeTree 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 | 
|---|---|
| NodeLeaf[] | getChildren()Get 子节点 | 
| String | getContent()Get 节点名称 | 
| String | getID()Get 节点ID | 
| void | setChildren(NodeLeaf[] Children)Set 子节点 | 
| void | setContent(String Content)Set 节点名称 | 
| void | setID(String ID)Set 节点ID | 
| 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 NodeTree()
public NodeTree(NodeTree source)
public String getID()
public void setID(String ID)
ID - 节点IDpublic String getContent()
public void setContent(String Content)
Content - 节点名称public NodeLeaf[] getChildren()
public void setChildren(NodeLeaf[] Children)
Children - 子节点Copyright © 2025. All rights reserved.