public class CreateGatherRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateGatherRuleRequest() |
CreateGatherRuleRequest(CreateGatherRuleRequest 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 Cost allocation unit ID that the rule belongs to.
|
String |
getMonth()
Get Month, which is the current month by default if not provided.
|
GatherRuleSummary |
getRuleList()
Get Collection rule details.
|
void |
setId(Long Id)
Set Cost allocation unit ID that the rule belongs to.
|
void |
setMonth(String Month)
Set Month, which is the current month by default if not provided.
|
void |
setRuleList(GatherRuleSummary RuleList)
Set Collection rule details.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateGatherRuleRequest()
public CreateGatherRuleRequest(CreateGatherRuleRequest source)
public Long getId()
public void setId(Long Id)
Id
- Cost allocation unit ID that the rule belongs to.public GatherRuleSummary getRuleList()
public void setRuleList(GatherRuleSummary RuleList)
RuleList
- Collection rule details.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.