public class DescribeImsListRequest extends AbstractModel
Constructor and Description |
---|
DescribeImsListRequest() |
DescribeImsListRequest(DescribeImsListRequest 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 |
---|---|
Filter[] |
getFilters()
Get 过滤条件
|
Long |
getPageIndex()
Get 分页 页索引
|
Long |
getPageSize()
Get 分页条数
|
void |
setFilters(Filter[] Filters)
Set 过滤条件
|
void |
setPageIndex(Long PageIndex)
Set 分页 页索引
|
void |
setPageSize(Long PageSize)
Set 分页条数
|
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 DescribeImsListRequest()
public DescribeImsListRequest(DescribeImsListRequest source)
public Long getPageIndex()
public void setPageIndex(Long PageIndex)
PageIndex
- 分页 页索引public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页条数public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件Copyright © 2021. All rights reserved.