public class DescribeProjectsRequest extends AbstractModel
Constructor and Description |
---|
DescribeProjectsRequest() |
DescribeProjectsRequest(DescribeProjectsRequest 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 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
Long |
getIsDemo()
Get 该参数已废弃,demo模式请在Filters内注明
|
Long |
getLimit()
Get 分页每页数目,整型
|
Long |
getOffset()
Get 分页页码,整型
|
void |
setFilters(Filter[] Filters)
Set 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
void |
setIsDemo(Long IsDemo)
Set 该参数已废弃,demo模式请在Filters内注明
|
void |
setLimit(Long Limit)
Set 分页每页数目,整型
|
void |
setOffset(Long Offset)
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 DescribeProjectsRequest()
public DescribeProjectsRequest(DescribeProjectsRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页每页数目,整型public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页页码,整型public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}public Long getIsDemo()
public void setIsDemo(Long IsDemo)
IsDemo
- 该参数已废弃,demo模式请在Filters内注明Copyright © 2022. All rights reserved.