public class ModifyAllocationRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAllocationRuleRequest() |
ModifyAllocationRuleRequest(ModifyAllocationRuleRequest 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 |
getMonth()
Get Month, which is the current month by default if not provided.
|
String |
getName()
Get Edited sharing rule name.
|
AllocationRationExpression[] |
getRatioDetail()
Get Edited sharing proportion expression.
|
AllocationRuleExpression |
getRuleDetail()
Get Edited share rules expression.
|
Long |
getRuleId()
Get The edited sharing rule ID.
|
Long |
getType()
Get Public sharing policy types, enumeration values are as follows: 1 - custom sharing proportion 2 - proportional allocation 3 - allocation by proportion.
|
void |
setMonth(String Month)
Set Month, which is the current month by default if not provided.
|
void |
setName(String Name)
Set Edited sharing rule name.
|
void |
setRatioDetail(AllocationRationExpression[] RatioDetail)
Set Edited sharing proportion expression.
|
void |
setRuleDetail(AllocationRuleExpression RuleDetail)
Set Edited share rules expression.
|
void |
setRuleId(Long RuleId)
Set The edited sharing rule ID.
|
void |
setType(Long Type)
Set Public sharing policy types, enumeration values are as follows: 1 - custom sharing proportion 2 - proportional allocation 3 - allocation by proportion.
|
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 ModifyAllocationRuleRequest()
public ModifyAllocationRuleRequest(ModifyAllocationRuleRequest source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- The edited sharing rule ID.public String getName()
public void setName(String Name)
Name
- Edited sharing rule name.public Long getType()
public void setType(Long Type)
Type
- Public sharing policy types, 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
- Edited share rules expression.public AllocationRationExpression[] getRatioDetail()
public void setRatioDetail(AllocationRationExpression[] RatioDetail)
RatioDetail
- Edited sharing proportion expression.public String getMonth()
public void setMonth(String Month)
Month
- Month, which is the current month by default if not provided.Copyright © 2025. All rights reserved.