Class DescribeNacosReplicasRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tse.v20201207.models.DescribeNacosReplicasRequest
-
public class DescribeNacosReplicasRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNacosReplicasRequest()
DescribeNacosReplicasRequest(DescribeNacosReplicasRequest 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 String
getInstanceId()
Get 引擎实例IDLong
getLimit()
Get 副本列表LimitLong
getOffset()
Get 副本列表Offsetvoid
setInstanceId(String InstanceId)
Set 引擎实例IDvoid
setLimit(Long Limit)
Set 副本列表Limitvoid
setOffset(Long Offset)
Set 副本列表Offsetvoid
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
-
DescribeNacosReplicasRequest
public DescribeNacosReplicasRequest()
-
DescribeNacosReplicasRequest
public DescribeNacosReplicasRequest(DescribeNacosReplicasRequest 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
-
getInstanceId
public String getInstanceId()
Get 引擎实例ID- Returns:
- InstanceId 引擎实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 引擎实例ID- Parameters:
InstanceId
- 引擎实例ID
-
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 副本列表Offset- Returns:
- Offset 副本列表Offset
-
setOffset
public void setOffset(Long Offset)
Set 副本列表Offset- Parameters:
Offset
- 副本列表Offset
-
-