public class AllocationOverviewNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AllocationOverviewNode() | 
| AllocationOverviewNode(AllocationOverviewNode 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 | 
|---|---|
| AllocationOverviewNode[] | getChildren()Get 子单元月概览详情 | 
| AllocationMonthOverviewDetail | getDetail()Get 分账账单月概览金额明细 | 
| Long | getId()Get 分账单元ID | 
| String | getName()Get 分账单元名称 | 
| Long | getSymbol()Get 分账单元包含规则标志
0 - 不存在规则
1 - 同时存在归集规则和公摊规则
2 - 仅存在归集规则
3 - 仅存在公摊规则 | 
| String | getTreeNodeUniqKey()Get 分账单元唯一标识 | 
| void | setChildren(AllocationOverviewNode[] Children)Set 子单元月概览详情 | 
| void | setDetail(AllocationMonthOverviewDetail Detail)Set 分账账单月概览金额明细 | 
| void | setId(Long Id)Set 分账单元ID | 
| void | setName(String Name)Set 分账单元名称 | 
| void | setSymbol(Long Symbol)Set 分账单元包含规则标志
0 - 不存在规则
1 - 同时存在归集规则和公摊规则
2 - 仅存在归集规则
3 - 仅存在公摊规则 | 
| 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, toJsonStringpublic AllocationOverviewNode()
public AllocationOverviewNode(AllocationOverviewNode 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 Long getSymbol()
public void setSymbol(Long Symbol)
Symbol - 分账单元包含规则标志
0 - 不存在规则
1 - 同时存在归集规则和公摊规则
2 - 仅存在归集规则
3 - 仅存在公摊规则public AllocationOverviewNode[] getChildren()
public void setChildren(AllocationOverviewNode[] Children)
Children - 子单元月概览详情public AllocationMonthOverviewDetail getDetail()
public void setDetail(AllocationMonthOverviewDetail Detail)
Detail - 分账账单月概览金额明细Copyright © 2025. All rights reserved.