public class DescribeUserQuotaRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeUserQuotaRequest() | 
| DescribeUserQuotaRequest(DescribeUserQuotaRequest 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 | getFileSystemId()Get 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取 | 
| Filter[] | getFilters()Get 过滤条件。
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir,分别对应用户,用户组,目录 )
UserId- Array of String - 是否必填:否 -(过滤条件)按用户id过滤。 | 
| Long | getLimit()Get Limit 页面大小,可填范围为大于0的整数,默认值是10 | 
| Long | getOffset()Get Offset 分页码,默认值0 | 
| void | setFileSystemId(String FileSystemId)Set 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取 | 
| void | setFilters(Filter[] Filters)Set 过滤条件。
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir,分别对应用户,用户组,目录 )
UserId- Array of String - 是否必填:否 -(过滤条件)按用户id过滤。 | 
| void | setLimit(Long Limit)Set Limit 页面大小,可填范围为大于0的整数,默认值是10 | 
| void | setOffset(Long Offset)Set Offset 分页码,默认值0 | 
| 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 DescribeUserQuotaRequest()
public DescribeUserQuotaRequest(DescribeUserQuotaRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件。
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir,分别对应用户,用户组,目录 )
UserId- Array of String - 是否必填:否 -(过滤条件)按用户id过滤。public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset 分页码,默认值0public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit 页面大小,可填范围为大于0的整数,默认值是10Copyright © 2025. All rights reserved.