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 所编辑归集规则ID
|
String |
getMonth()
Get 月份,不传默认当前月
|
AllocationRuleExpression |
getRuleDetail()
Get 所编辑分账规则详情
|
void |
setId(Long Id)
Set 所编辑归集规则ID
|
void |
setMonth(String Month)
Set 月份,不传默认当前月
|
void |
setRuleDetail(AllocationRuleExpression RuleDetail)
Set 所编辑分账规则详情
|
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
- 所编辑归集规则IDpublic AllocationRuleExpression getRuleDetail()
public void setRuleDetail(AllocationRuleExpression RuleDetail)
RuleDetail
- 所编辑分账规则详情public String getMonth()
public void setMonth(String Month)
Month
- 月份,不传默认当前月Copyright © 2025. All rights reserved.