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 月份,不传默认当前月
|
String |
getName()
Get 编辑后公摊规则名称
|
AllocationRationExpression[] |
getRatioDetail()
Get 编辑后公摊比例表达式
|
AllocationRuleExpression |
getRuleDetail()
Get 编辑后公摊规则表达式
|
Long |
getRuleId()
Get 所编辑公摊规则ID
|
Long |
getType()
Get 公摊策略类型,枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊
|
void |
setMonth(String Month)
Set 月份,不传默认当前月
|
void |
setName(String Name)
Set 编辑后公摊规则名称
|
void |
setRatioDetail(AllocationRationExpression[] RatioDetail)
Set 编辑后公摊比例表达式
|
void |
setRuleDetail(AllocationRuleExpression RuleDetail)
Set 编辑后公摊规则表达式
|
void |
setRuleId(Long RuleId)
Set 所编辑公摊规则ID
|
void |
setType(Long Type)
Set 公摊策略类型,枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊
|
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
- 所编辑公摊规则IDpublic String getName()
public void setName(String Name)
Name
- 编辑后公摊规则名称public Long getType()
public void setType(Long Type)
Type
- 公摊策略类型,枚举值如下: 1 - 自定义分摊占比 2 - 等比分摊 3 - 按占比分摊public AllocationRuleExpression getRuleDetail()
public void setRuleDetail(AllocationRuleExpression RuleDetail)
RuleDetail
- 编辑后公摊规则表达式public AllocationRationExpression[] getRatioDetail()
public void setRatioDetail(AllocationRationExpression[] RatioDetail)
RatioDetail
- 编辑后公摊比例表达式public String getMonth()
public void setMonth(String Month)
Month
- 月份,不传默认当前月Copyright © 2025. All rights reserved.