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 Overview of cost allocation units.
|
Long |
getRuleId()
Get Sharing rule ID.
|
String |
getRuleName()
Get Sharing rule name.
|
Long |
getType()
Get Public area policy type.
|
String |
getUpdateTime()
Get Last update time of the sharing rules.
|
void |
setAllocationNode(AllocationUnit[] AllocationNode)
Set Overview of cost allocation units.
|
void |
setRuleId(Long RuleId)
Set Sharing rule ID.
|
void |
setRuleName(String RuleName)
Set Sharing rule name.
|
void |
setType(Long Type)
Set Public area policy type.
|
void |
setUpdateTime(String UpdateTime)
Set Last update time of the sharing rules.
|
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
- Sharing rule ID.public String getRuleName()
public void setRuleName(String RuleName)
RuleName
- Sharing rule name.public Long getType()
public void setType(Long Type)
Type
- Public area policy type.
Enumeration value.
1 - custom sharing proportion.
2 - proportional allocation.
3 - allocation by proportion.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last update time of the sharing rules.public AllocationUnit[] getAllocationNode()
public void setAllocationNode(AllocationUnit[] AllocationNode)
AllocationNode
- Overview of cost allocation units.Copyright © 2025. All rights reserved.