Class DescribeReplicationInstancesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeReplicationInstancesRequest
-
public class DescribeReplicationInstancesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeReplicationInstancesRequest()DescribeReplicationInstancesRequest(DescribeReplicationInstancesRequest 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 最大输出条数,默认20,最大为100LonggetOffset()Get 偏移量,默认0StringgetRegistryId()Get 实例IdvoidsetLimit(Long Limit)Set 最大输出条数,默认20,最大为100voidsetOffset(Long Offset)Set 偏移量,默认0voidsetRegistryId(String RegistryId)Set 实例IdvoidtoMap(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
-
DescribeReplicationInstancesRequest
public DescribeReplicationInstancesRequest()
-
DescribeReplicationInstancesRequest
public DescribeReplicationInstancesRequest(DescribeReplicationInstancesRequest 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
-
getRegistryId
public String getRegistryId()
Get 实例Id- Returns:
- RegistryId 实例Id
-
setRegistryId
public void setRegistryId(String RegistryId)
Set 实例Id- Parameters:
RegistryId- 实例Id
-
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 最大输出条数,默认20,最大为100- Returns:
- Limit 最大输出条数,默认20,最大为100
-
setLimit
public void setLimit(Long Limit)
Set 最大输出条数,默认20,最大为100- Parameters:
Limit- 最大输出条数,默认20,最大为100
-
-