public class ListCatalogRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListCatalogRequest() | 
| ListCatalogRequest(ListCatalogRequest 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 分页大小,最大500 | 
| String | getParentCatalogId()Get 父目录ID | 
| void | setPageNumber(Long PageNumber)Set 页码,从1开始 | 
| void | setPageSize(Long PageSize)Set 分页大小,最大500 | 
| void | setParentCatalogId(String ParentCatalogId)Set 父目录ID | 
| 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 ListCatalogRequest()
public ListCatalogRequest(ListCatalogRequest source)
public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页码,从1开始public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页大小,最大500public String getParentCatalogId()
public void setParentCatalogId(String ParentCatalogId)
ParentCatalogId - 父目录IDCopyright © 2025. All rights reserved.