public class DescribeStorageRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeStorageRequest() |
DescribeStorageRequest(DescribeStorageRequest 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 |
|---|---|
Filter[] |
getFilters()
Get Filter criteria.
|
Long |
getLimit()
Get Limit on paginated queries.
|
Long |
getOffset()
Get Offset for paginated queries.
|
SortBy |
getSortBy()
Get Sort the returned results according to this field.
|
Long |
getSubAppId()
Get The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).
|
void |
setFilters(Filter[] Filters)
Set Filter criteria.
|
void |
setLimit(Long Limit)
Set Limit on paginated queries.
|
void |
setOffset(Long Offset)
Set Offset for paginated queries.
|
void |
setSortBy(SortBy SortBy)
Set Sort the returned results according to this field.
|
void |
setSubAppId(Long SubAppId)
Set The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).
|
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 DescribeStorageRequest()
public DescribeStorageRequest(DescribeStorageRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - Filter criteria. The maximum number of Filters.Values is `20`. If this parameter is not input, all storage under the current SubAppId will be returned. The detailed filter criteria are as follows:
public SortBy getSortBy()
public void setSortBy(SortBy SortBy)
SortBy - Sort the returned results according to this field.
SortBy.Field Values include:
public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset for paginated queries. Default value: `0`.public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit on paginated queries. Default value: `20`. Maximum value: `1000`.Copyright © 2025. All rights reserved.