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 | 
|---|---|
Boolean | 
getAllPage()
Get Whether to display all. 
 | 
String | 
getKeyword()
Get Fuzzy search field. 
 | 
String | 
getModuleCollection()
Get Role information. 
 | 
String[] | 
getModuleIdList()
Get moduleId set. 
 | 
Long | 
getPageNo()
Get Page marker. 
 | 
Long | 
getPageSize()
Get Page capacity. 
 | 
void | 
setAllPage(Boolean AllPage)
Set Whether to display all. 
 | 
void | 
setKeyword(String Keyword)
Set Fuzzy search field. 
 | 
void | 
setModuleCollection(String ModuleCollection)
Set Role information. 
 | 
void | 
setModuleIdList(String[] ModuleIdList)
Set moduleId set. 
 | 
void | 
setPageNo(Long PageNo)
Set Page marker. 
 | 
void | 
setPageSize(Long PageSize)
Set Page capacity. 
 | 
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 - Page capacity. The initial version defaults to 20 and may change dynamically based on screen width in the future.public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo - Page marker.public String getKeyword()
public void setKeyword(String Keyword)
Keyword - Fuzzy search field.public Boolean getAllPage()
public void setAllPage(Boolean AllPage)
AllPage - Whether to display all. If true, ignore pagination.public String getModuleCollection()
public void setModuleCollection(String ModuleCollection)
ModuleCollection - Role information.public String[] getModuleIdList()
public void setModuleIdList(String[] ModuleIdList)
ModuleIdList - moduleId set.Copyright © 2025. All rights reserved.