public class DescribeProjectsRequest extends AbstractModel
header, skipSign| 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()Deprecated.   | 
| Long | getLimit()Get 分页每页数目,整型 | 
| Long | getOffset()Get 分页页码,整型 | 
| void | setFilters(Filter[] Filters)Set 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]} | 
| void | setIsDemo(Long IsDemo)Deprecated.   | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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"]}@Deprecated public Long getIsDemo()
@Deprecated public void setIsDemo(Long IsDemo)
IsDemo - 该参数已废弃,demo模式请在Filters内注明Copyright © 2025. All rights reserved.