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 子树
|
Long |
getId()
Get 分账单元ID
|
String |
getName()
Get 分账单元名称
|
String |
getTreeNodeUniqKey()
Get 分账单元唯一标识
|
void |
setChildren(AllocationTree[] Children)
Set 子树
|
void |
setId(Long Id)
Set 分账单元ID
|
void |
setName(String Name)
Set 分账单元名称
|
void |
setTreeNodeUniqKey(String TreeNodeUniqKey)
Set 分账单元唯一标识
|
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, toJsonString
public AllocationTree()
public AllocationTree(AllocationTree source)
public Long getId()
public void setId(Long Id)
Id
- 分账单元IDpublic String getName()
public void setName(String Name)
Name
- 分账单元名称public String getTreeNodeUniqKey()
public void setTreeNodeUniqKey(String TreeNodeUniqKey)
TreeNodeUniqKey
- 分账单元唯一标识public AllocationTree[] getChildren()
public void setChildren(AllocationTree[] Children)
Children
- 子树Copyright © 2025. All rights reserved.