public class AllocationTree extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AllocationTree()  | 
AllocationTree(AllocationTree 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 | 
|---|---|
AllocationTree[] | 
getChildren()
Get Subtree. 
 | 
Long | 
getId()
Get ID of a cost allocation unit. 
 | 
String | 
getName()
Get Cost allocation unit name. 
 | 
String | 
getTreeNodeUniqKey()
Get Unique identifier of a cost allocation unit 
 | 
void | 
setChildren(AllocationTree[] Children)
Set Subtree. 
 | 
void | 
setId(Long Id)
Set ID of a cost allocation unit. 
 | 
void | 
setName(String Name)
Set Cost allocation unit name. 
 | 
void | 
setTreeNodeUniqKey(String TreeNodeUniqKey)
Set Unique identifier of a cost allocation unit 
 | 
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 AllocationTree()
public AllocationTree(AllocationTree source)
public Long getId()
public void setId(Long Id)
Id - ID of a cost allocation unit.public String getName()
public void setName(String Name)
Name - Cost allocation unit name.public String getTreeNodeUniqKey()
public void setTreeNodeUniqKey(String TreeNodeUniqKey)
TreeNodeUniqKey - Unique identifier of a cost allocation unitpublic AllocationTree[] getChildren()
public void setChildren(AllocationTree[] Children)
Children - Subtree.Copyright © 2025. All rights reserved.