Class DescribeNamespacesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.DescribeNamespacesRequest
-
public class DescribeNamespacesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNamespacesRequest()DescribeNamespacesRequest(DescribeNamespacesRequest 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 分页limitLonggetOffset()Get 分页下标LonggetSourceChannel()Get 来源sourcevoidsetLimit(Long Limit)Set 分页limitvoidsetOffset(Long Offset)Set 分页下标voidsetSourceChannel(Long SourceChannel)Set 来源sourcevoidtoMap(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
-
DescribeNamespacesRequest
public DescribeNamespacesRequest()
-
DescribeNamespacesRequest
public DescribeNamespacesRequest(DescribeNamespacesRequest 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 分页limit- Returns:
- Limit 分页limit
-
setLimit
public void setLimit(Long Limit)
Set 分页limit- Parameters:
Limit- 分页limit
-
getOffset
public Long getOffset()
Get 分页下标- Returns:
- Offset 分页下标
-
setOffset
public void setOffset(Long Offset)
Set 分页下标- Parameters:
Offset- 分页下标
-
getSourceChannel
public Long getSourceChannel()
Get 来源source- Returns:
- SourceChannel 来源source
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源source- Parameters:
SourceChannel- 来源source
-
-