public class DescribeAllocationRuleSummaryRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAllocationRuleSummaryRequest() | 
| DescribeAllocationRuleSummaryRequest(DescribeAllocationRuleSummaryRequest 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 | getLimit()Get 每次获取数据量,最大值1000 | 
| String | getMonth()Get 月份,不传默认当前月 | 
| String | getName()Get 公摊规则名称或分账单元名称,用于模糊筛选。 | 
| Long | getOffset()Get 分页偏移量 | 
| Long | getType()Get 公摊策略类型,用于筛选。
枚举值如下: 
1 - 自定义分摊占比 
2 - 等比分摊 
3 - 按占比分摊 | 
| void | setLimit(Long Limit)Set 每次获取数据量,最大值1000 | 
| void | setMonth(String Month)Set 月份,不传默认当前月 | 
| void | setName(String Name)Set 公摊规则名称或分账单元名称,用于模糊筛选。 | 
| void | setOffset(Long Offset)Set 分页偏移量 | 
| 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, toJsonStringpublic DescribeAllocationRuleSummaryRequest()
public DescribeAllocationRuleSummaryRequest(DescribeAllocationRuleSummaryRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 每次获取数据量,最大值1000public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量public String getMonth()
public void setMonth(String Month)
Month - 月份,不传默认当前月public Long getType()
public void setType(Long Type)
Type - 公摊策略类型,用于筛选。
枚举值如下: 
1 - 自定义分摊占比 
2 - 等比分摊 
3 - 按占比分摊public String getName()
public void setName(String Name)
Name - 公摊规则名称或分账单元名称,用于模糊筛选。Copyright © 2025. All rights reserved.