Class DescribeLibrariesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.smh.v20210712.models.DescribeLibrariesRequest
-
public class DescribeLibrariesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeLibrariesRequest
public DescribeLibrariesRequest()
-
DescribeLibrariesRequest
public 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.
-
-
Method Detail
-
getLibraryIds
public String[] getLibraryIds()
Get 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。- Returns:
- LibraryIds 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。
-
setLibraryIds
public void setLibraryIds(String[] LibraryIds)
Set 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。- Parameters:
LibraryIds
- 按照一个或者多个媒体库 ID 查询,每次请求的上限为 100 个。
-
getPageNumber
public Long getPageNumber()
Get 页码,整型,配合 PageSize 使用,默认值为 1。- Returns:
- PageNumber 页码,整型,配合 PageSize 使用,默认值为 1。
-
setPageNumber
public void setPageNumber(Long PageNumber)
Set 页码,整型,配合 PageSize 使用,默认值为 1。- Parameters:
PageNumber
- 页码,整型,配合 PageSize 使用,默认值为 1。
-
getPageSize
public Long getPageSize()
Get 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。- Returns:
- PageSize 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。- Parameters:
PageSize
- 每页数目,整型,配合 PageNumber 使用,默认值为 20,最大值为 100。
-
-