public class PathNodeDsVO extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PathNodeDsVO() | 
| PathNodeDsVO(PathNodeDsVO 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 | 
|---|---|
| PathNodeDsVO[] | getChildren()Get Child Node List
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getId()Get PathNode ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| Boolean | getIsLeaf()Get Is Leaf Node
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getParams()Get Business Parameters, base64 encoded JSON string, to obtain specific parameters, base64 decoding is required
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getParentId()Get Unique Identifier of Parent Node
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getTitle()Get PathNode Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| String | getType()Get PathNode Type
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setChildren(PathNodeDsVO[] Children)Set Child Node List
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setId(String Id)Set PathNode ID
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setIsLeaf(Boolean IsLeaf)Set Is Leaf Node
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setParams(String Params)Set Business Parameters, base64 encoded JSON string, to obtain specific parameters, base64 decoding is required
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setParentId(String ParentId)Set Unique Identifier of Parent Node
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setTitle(String Title)Set PathNode Name
Note: This field may return null, indicating that no valid value can be obtained. | 
| void | setType(String Type)Set PathNode Type
Note: This field may return null, indicating that no valid value can be obtained. | 
| 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 PathNodeDsVO()
public PathNodeDsVO(PathNodeDsVO source)
public String getId()
public void setId(String Id)
Id - PathNode ID
Note: This field may return null, indicating that no valid value can be obtained.public String getTitle()
public void setTitle(String Title)
Title - PathNode Name
Note: This field may return null, indicating that no valid value can be obtained.public String getType()
public void setType(String Type)
Type - PathNode Type
Note: This field may return null, indicating that no valid value can be obtained.public String getParentId()
public void setParentId(String ParentId)
ParentId - Unique Identifier of Parent Node
Note: This field may return null, indicating that no valid value can be obtained.public Boolean getIsLeaf()
public void setIsLeaf(Boolean IsLeaf)
IsLeaf - Is Leaf Node
Note: This field may return null, indicating that no valid value can be obtained.public PathNodeDsVO[] getChildren()
public void setChildren(PathNodeDsVO[] Children)
Children - Child Node List
Note: This field may return null, indicating that no valid value can be obtained.public String getParams()
public void setParams(String Params)
Params - Business Parameters, base64 encoded JSON string, to obtain specific parameters, base64 decoding is required
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.