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