Class DescribeNamespacePersonalRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeNamespacePersonalRequest
-
public class DescribeNamespacePersonalRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNamespacePersonalRequest()DescribeNamespacePersonalRequest(DescribeNamespacePersonalRequest 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 单页数量StringgetNamespace()Get 命名空间,支持模糊查询LonggetOffset()Get 偏移量voidsetLimit(Long Limit)Set 单页数量voidsetNamespace(String Namespace)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
-
DescribeNamespacePersonalRequest
public DescribeNamespacePersonalRequest()
-
DescribeNamespacePersonalRequest
public DescribeNamespacePersonalRequest(DescribeNamespacePersonalRequest 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
-
getNamespace
public String getNamespace()
Get 命名空间,支持模糊查询- Returns:
- Namespace 命名空间,支持模糊查询
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,支持模糊查询- Parameters:
Namespace- 命名空间,支持模糊查询
-
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- 偏移量
-
-