public class DescribeSREInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribeSREInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get 请求过滤参数
|
Long |
getLimit()
Get 翻页单页查询限制数量[0,1000], 默认值0
|
Long |
getOffset()
Get 翻页单页偏移量,默认值0
|
void |
setFilters(Filter[] Filters)
Set 请求过滤参数
|
void |
setLimit(Long Limit)
Set 翻页单页查询限制数量[0,1000], 默认值0
|
void |
setOffset(Long Offset)
Set 翻页单页偏移量,默认值0
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 请求过滤参数public Long getLimit()
public void setLimit(Long Limit)
Limit
- 翻页单页查询限制数量[0,1000], 默认值0public Long getOffset()
public void setOffset(Long Offset)
Offset
- 翻页单页偏移量,默认值0Copyright © 2021. All rights reserved.