public class DescribeProjectListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeProjectListRequest() | 
| DescribeProjectListRequest(DescribeProjectListRequest 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 | getPageNumber()Get 当前页码,不填默认为1(首页) | 
| Long | getPageSize()Get 每页返回的最大项目数量,不填默认为10 | 
| void | setPageNumber(Long PageNumber)Set 当前页码,不填默认为1(首页) | 
| void | setPageSize(Long PageSize)Set 每页返回的最大项目数量,不填默认为10 | 
| 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 DescribeProjectListRequest()
public DescribeProjectListRequest(DescribeProjectListRequest source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页返回的最大项目数量,不填默认为10public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 当前页码,不填默认为1(首页)Copyright © 2025. All rights reserved.