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 过滤条件,Filters.Values 的上限为 20;若 Filters 长度为 0 则分页查询子应用 SubAppId 下的存储信息。 详细的过滤条件如下:
BucketId 按照【存储桶 ID】进行过滤。 类型:String 必选:否 StorageName 按照【存储名称】进行过滤。 类型:String 必选:否 | 
| Long | getLimit()Get 分页返回的记录条数,默认值为 20,最大值为 1000。 | 
| Long | getOffset()Get 分页返回的起始偏移量,默认值为 0。 | 
| SortBy | getSortBy()Get 返回结果的排序。 SortBy.Field 取值有:
CreateTime:创建时间。若不填,SortBy.Field 默认值为 CreateTime,SortBy.Order 默认值为 Asc。 | 
| Long | getSubAppId()Get 点播专业版[应用](/document/product/266/14574) ID。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,Filters.Values 的上限为 20;若 Filters 长度为 0 则分页查询子应用 SubAppId 下的存储信息。 详细的过滤条件如下:
BucketId 按照【存储桶 ID】进行过滤。 类型:String 必选:否 StorageName 按照【存储名称】进行过滤。 类型:String 必选:否 | 
| void | setLimit(Long Limit)Set 分页返回的记录条数,默认值为 20,最大值为 1000。 | 
| void | setOffset(Long Offset)Set 分页返回的起始偏移量,默认值为 0。 | 
| void | setSortBy(SortBy SortBy)Set 返回结果的排序。 SortBy.Field 取值有:
CreateTime:创建时间。若不填,SortBy.Field 默认值为 CreateTime,SortBy.Order 默认值为 Asc。 | 
| void | setSubAppId(Long SubAppId)Set 点播专业版[应用](/document/product/266/14574) 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 DescribeStorageRequest()
public DescribeStorageRequest(DescribeStorageRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - 点播专业版[应用](/document/product/266/14574) ID。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,Filters.Values 的上限为 20;若 Filters 长度为 0 则分页查询子应用 SubAppId 下的存储信息。 详细的过滤条件如下:
public SortBy getSortBy()
public void setSortBy(SortBy SortBy)
SortBy - 返回结果的排序。 SortBy.Field 取值有:
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页返回的起始偏移量,默认值为 0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页返回的记录条数,默认值为 20,最大值为 1000。Copyright © 2025. All rights reserved.