public class DescribeLibrariesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLibrariesRequest() | 
| DescribeLibrariesRequest(DescribeLibrariesRequest 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 | 
|---|---|
| String[] | getLibraryIds()Get 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。 | 
| Long | getPageNumber()Get 页码,整型,配合 PageSize 使用,默认值为 1。 | 
| Long | getPageSize()Get 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。 | 
| void | setLibraryIds(String[] LibraryIds)Set 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。 | 
| void | setPageNumber(Long PageNumber)Set 页码,整型,配合 PageSize 使用,默认值为 1。 | 
| void | setPageSize(Long PageSize)Set 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。 | 
| 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 DescribeLibrariesRequest()
public DescribeLibrariesRequest(DescribeLibrariesRequest source)
public String[] getLibraryIds()
public void setLibraryIds(String[] LibraryIds)
LibraryIds - 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 页码,整型,配合 PageSize 使用,默认值为 1。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。Copyright © 2025. All rights reserved.