public class AllocationRuleOverview extends AbstractModel
header, skipSign
Constructor and Description |
---|
AllocationRuleOverview() |
AllocationRuleOverview(AllocationRuleOverview 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 |
---|---|
AllocationUnit[] |
getAllocationNode()
Get 分账单元概览
|
Long |
getRuleId()
Get 公摊规则ID
|
String |
getRuleName()
Get 公摊规则名称
|
Long |
getType()
Get 公摊策略类型
枚举值:
1 - 自定义分摊占比
2 - 等比分摊
3 - 按占比分摊
|
String |
getUpdateTime()
Get 公摊规则最后更新时间
|
void |
setAllocationNode(AllocationUnit[] AllocationNode)
Set 分账单元概览
|
void |
setRuleId(Long RuleId)
Set 公摊规则ID
|
void |
setRuleName(String RuleName)
Set 公摊规则名称
|
void |
setType(Long Type)
Set 公摊策略类型
枚举值:
1 - 自定义分摊占比
2 - 等比分摊
3 - 按占比分摊
|
void |
setUpdateTime(String UpdateTime)
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 AllocationRuleOverview()
public AllocationRuleOverview(AllocationRuleOverview source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 公摊规则IDpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName
- 公摊规则名称public Long getType()
public void setType(Long Type)
Type
- 公摊策略类型
枚举值:
1 - 自定义分摊占比
2 - 等比分摊
3 - 按占比分摊public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 公摊规则最后更新时间public AllocationUnit[] getAllocationNode()
public void setAllocationNode(AllocationUnit[] AllocationNode)
AllocationNode
- 分账单元概览Copyright © 2025. All rights reserved.