public class DescribeBaselineStrategyListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeBaselineStrategyListRequest() | 
| DescribeBaselineStrategyListRequest(DescribeBaselineStrategyListRequest 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 | getEnabled()Get Rule switch: 1 - on; 0 - off; 2: all | 
| Long | getLimit()Get Pagination parameters (The maximum number is 100.) | 
| Long | getOffset()Get Pagination parameter | 
| void | setEnabled(Long Enabled)Set Rule switch: 1 - on; 0 - off; 2: all | 
| void | setLimit(Long Limit)Set Pagination parameters (The maximum number is 100.) | 
| void | setOffset(Long Offset)Set Pagination parameter | 
| 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 DescribeBaselineStrategyListRequest()
public DescribeBaselineStrategyListRequest(DescribeBaselineStrategyListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Pagination parameters (The maximum number is 100.)public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination parameterpublic Long getEnabled()
public void setEnabled(Long Enabled)
Enabled - Rule switch: 1 - on; 0 - off; 2: allCopyright © 2025. All rights reserved.