Class DescribeInstanceAllNamespacesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeInstanceAllNamespacesRequest
-
public class DescribeInstanceAllNamespacesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInstanceAllNamespacesRequest()DescribeInstanceAllNamespacesRequest(DescribeInstanceAllNamespacesRequest 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 LonggetLimit()Get 每页个数LonggetOffset()Get 起始偏移位置voidsetLimit(Long Limit)Set 每页个数voidsetOffset(Long Offset)Set 起始偏移位置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
-
DescribeInstanceAllNamespacesRequest
public DescribeInstanceAllNamespacesRequest()
-
DescribeInstanceAllNamespacesRequest
public DescribeInstanceAllNamespacesRequest(DescribeInstanceAllNamespacesRequest 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
-
getLimit
public Long getLimit()
Get 每页个数- Returns:
- Limit 每页个数
-
setLimit
public void setLimit(Long Limit)
Set 每页个数- Parameters:
Limit- 每页个数
-
getOffset
public Long getOffset()
Get 起始偏移位置- Returns:
- Offset 起始偏移位置
-
setOffset
public void setOffset(Long Offset)
Set 起始偏移位置- Parameters:
Offset- 起始偏移位置
-
-