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 规则开关,1:打开 0:关闭 2:全部
|
Long |
getLimit()
Get 分页参数 最大100
|
Long |
getOffset()
Get 分页参数
|
void |
setEnabled(Long Enabled)
Set 规则开关,1:打开 0:关闭 2:全部
|
void |
setLimit(Long Limit)
Set 分页参数 最大100
|
void |
setOffset(Long Offset)
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 DescribeBaselineStrategyListRequest()
public DescribeBaselineStrategyListRequest(DescribeBaselineStrategyListRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页参数 最大100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页参数public Long getEnabled()
public void setEnabled(Long Enabled)
Enabled
- 规则开关,1:打开 0:关闭 2:全部Copyright © 2024. All rights reserved.