Class DescribeUserQuotaRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfs.v20190719.models.DescribeUserQuotaRequest
-
public class DescribeUserQuotaRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileSystemId()Get 文件系统 IDFilter[]getFilters()Get 过滤条件。
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。LonggetLimit()Get Limit 页面大小,可填范围为大于0的整数LonggetOffset()Get Offset 分页码voidsetFileSystemId(String FileSystemId)Set 文件系统 IDvoidsetFilters(Filter[] Filters)Set 过滤条件。
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。voidsetLimit(Long Limit)Set Limit 页面大小,可填范围为大于0的整数voidsetOffset(Long Offset)Set Offset 分页码voidtoMap(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
-
DescribeUserQuotaRequest
public DescribeUserQuotaRequest()
-
DescribeUserQuotaRequest
public 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.
-
-
Method Detail
-
getFileSystemId
public String getFileSystemId()
Get 文件系统 ID- Returns:
- FileSystemId 文件系统 ID
-
setFileSystemId
public void setFileSystemId(String FileSystemId)
Set 文件系统 ID- Parameters:
FileSystemId- 文件系统 ID
-
getFilters
public Filter[] getFilters()
Get 过滤条件。- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
- UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。
- Returns:
- Filters 过滤条件。
- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
- UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。
- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件。- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
- UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。
- Parameters:
Filters- 过滤条件。- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
- UserId - Array of String - 是否必填:否 -(过滤条件)按UID/GID过滤。
- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
- UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid| Gid )
-
getOffset
public Long getOffset()
Get Offset 分页码- Returns:
- Offset Offset 分页码
-
setOffset
public void setOffset(Long Offset)
Set Offset 分页码- Parameters:
Offset- Offset 分页码
-
getLimit
public Long getLimit()
Get Limit 页面大小,可填范围为大于0的整数- Returns:
- Limit Limit 页面大小,可填范围为大于0的整数
-
setLimit
public void setLimit(Long Limit)
Set Limit 页面大小,可填范围为大于0的整数- Parameters:
Limit- Limit 页面大小,可填范围为大于0的整数
-
-