public class ModifyGatherRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyGatherRuleRequest() |
ModifyGatherRuleRequest(ModifyGatherRuleRequest 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 |
---|---|
Long |
getId()
Get Edit collection rule ID.
|
String |
getMonth()
Get Month, which is the current month by default if not provided.
|
AllocationRuleExpression |
getRuleDetail()
Get Rule detail of the edited collection rule.
|
void |
setId(Long Id)
Set Edit collection rule ID.
|
void |
setMonth(String Month)
Set Month, which is the current month by default if not provided.
|
void |
setRuleDetail(AllocationRuleExpression RuleDetail)
Set Rule detail of the edited collection rule.
|
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 ModifyGatherRuleRequest()
public ModifyGatherRuleRequest(ModifyGatherRuleRequest source)
public Long getId()
public void setId(Long Id)
Id
- Edit collection rule ID.public AllocationRuleExpression getRuleDetail()
public void setRuleDetail(AllocationRuleExpression RuleDetail)
RuleDetail
- Rule detail of the edited collection rule.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.