public class AllocationRulesSummary extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AllocationRulesSummary()  | 
AllocationRulesSummary(AllocationRulesSummary 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 | 
|---|---|
String | 
getName()
Get Add new sharing rule name. 
 | 
AllocationRationExpression[] | 
getRatioDetail()
Get Sharing proportion expression, allocation by proportion not passed. 
 | 
AllocationRuleExpression | 
getRuleDetail()
Get Sharing rule expression. 
 | 
Long | 
getType()
Get Specifies the sharing rule policy type. 
 | 
void | 
setName(String Name)
Set Add new sharing rule name. 
 | 
void | 
setRatioDetail(AllocationRationExpression[] RatioDetail)
Set Sharing proportion expression, allocation by proportion not passed. 
 | 
void | 
setRuleDetail(AllocationRuleExpression RuleDetail)
Set Sharing rule expression. 
 | 
void | 
setType(Long Type)
Set Specifies the sharing rule policy type. 
 | 
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 AllocationRulesSummary()
public AllocationRulesSummary(AllocationRulesSummary source)
public String getName()
public void setName(String Name)
Name - Add new sharing rule name.public Long getType()
public void setType(Long Type)
Type - Specifies the sharing rule policy type. the enumeration values are as follows:.
1 - custom sharing proportion. 
2 - proportional allocation.
3 - allocation by proportion.public AllocationRuleExpression getRuleDetail()
public void setRuleDetail(AllocationRuleExpression RuleDetail)
RuleDetail - Sharing rule expression.public AllocationRationExpression[] getRatioDetail()
public void setRatioDetail(AllocationRationExpression[] RatioDetail)
RatioDetail - Sharing proportion expression, allocation by proportion not passed.Copyright © 2025. All rights reserved.