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
|
Filter[] |
getFilters()
Get 过滤条件。
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir )
UserId- Array of String - 是否必填:否 -(过滤条件)按id过滤。
|
Long |
getLimit()
Get Limit 页面大小,可填范围为大于0的整数
|
Long |
getOffset()
Get Offset 分页码
|
void |
setFileSystemId(String FileSystemId)
Set 文件系统 ID
|
void |
setFilters(Filter[] Filters)
Set 过滤条件。
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir )
UserId- Array of String - 是否必填:否 -(过滤条件)按id过滤。
|
void |
setLimit(Long Limit)
Set Limit 页面大小,可填范围为大于0的整数
|
void |
setOffset(Long Offset)
Set Offset 分页码
|
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, toJsonString
public DescribeUserQuotaRequest()
public DescribeUserQuotaRequest(DescribeUserQuotaRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统 IDpublic 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 分页码public Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit 页面大小,可填范围为大于0的整数Copyright © 2025. All rights reserved.