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 Specifies the data quantity per fetch. | 
| String | getMonth()Get Month, which is the current month by default if not provided. | 
| String | getName()Get Sharing rule name or cost allocation unit name, used for fuzzy filter criteria. | 
| Long | getOffset()Get Pagination offset | 
| Long | getType()Get Public area policy type, for filtering. | 
| void | setLimit(Long Limit)Set Specifies the data quantity per fetch. | 
| void | setMonth(String Month)Set Month, which is the current month by default if not provided. | 
| void | setName(String Name)Set Sharing rule name or cost allocation unit name, used for fuzzy filter criteria. | 
| void | setOffset(Long Offset)Set Pagination offset | 
| void | setType(Long Type)Set Public area policy type, for filtering. | 
| 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, toJsonStringpublic DescribeAllocationRuleSummaryRequest()
public DescribeAllocationRuleSummaryRequest(DescribeAllocationRuleSummaryRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Specifies the data quantity per fetch. the maximum value is 1000.public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination offsetpublic String getMonth()
public void setMonth(String Month)
Month - Month, which is the current month by default if not provided.public Long getType()
public void setType(Long Type)
Type - Public area policy type, for filtering.
Enumeration values are as follows:. 
1 - custom sharing proportion. 
2 - proportional allocation. 
3 - allocation by proportion.public String getName()
public void setName(String Name)
Name - Sharing rule name or cost allocation unit name, used for fuzzy filter criteria.Copyright © 2025. All rights reserved.