Class DescribeFileSystemsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.chdfs.v20190718.models.DescribeFileSystemsRequest
-
public class DescribeFileSystemsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeFileSystemsRequest()
DescribeFileSystemsRequest(DescribeFileSystemsRequest 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 Long
getLimit()
Get 返回数量,默认为所有Long
getOffset()
Get 偏移量,默认为0void
setLimit(Long Limit)
Set 返回数量,默认为所有void
setOffset(Long Offset)
Set 偏移量,默认为0void
toMap(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
-
DescribeFileSystemsRequest
public DescribeFileSystemsRequest()
-
DescribeFileSystemsRequest
public DescribeFileSystemsRequest(DescribeFileSystemsRequest 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
-
getOffset
public Long getOffset()
Get 偏移量,默认为0- Returns:
- Offset 偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0- Parameters:
Offset
- 偏移量,默认为0
-
getLimit
public Long getLimit()
Get 返回数量,默认为所有- Returns:
- Limit 返回数量,默认为所有
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为所有- Parameters:
Limit
- 返回数量,默认为所有
-
-