Class DescribeTopicSyncReplicaRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeTopicSyncReplicaRequest
-
public class DescribeTopicSyncReplicaRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeTopicSyncReplicaRequest()DescribeTopicSyncReplicaRequest(DescribeTopicSyncReplicaRequest 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 StringgetInstanceId()Get 实例IDLonggetLimit()Get 返回数量,不填则默认10,最大值20。LonggetOffset()Get 偏移量,不填默认为0BooleangetOutOfSyncReplicaOnly()Get 仅筛选未同步副本StringgetTopicName()Get 主题名称voidsetInstanceId(String InstanceId)Set 实例IDvoidsetLimit(Long Limit)Set 返回数量,不填则默认10,最大值20。voidsetOffset(Long Offset)Set 偏移量,不填默认为0voidsetOutOfSyncReplicaOnly(Boolean OutOfSyncReplicaOnly)Set 仅筛选未同步副本voidsetTopicName(String TopicName)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
-
DescribeTopicSyncReplicaRequest
public DescribeTopicSyncReplicaRequest()
-
DescribeTopicSyncReplicaRequest
public DescribeTopicSyncReplicaRequest(DescribeTopicSyncReplicaRequest 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
-
getTopicName
public String getTopicName()
Get 主题名称- Returns:
- TopicName 主题名称
-
setTopicName
public void setTopicName(String TopicName)
Set 主题名称- Parameters:
TopicName- 主题名称
-
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 返回数量,不填则默认10,最大值20。- Returns:
- Limit 返回数量,不填则默认10,最大值20。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,不填则默认10,最大值20。- Parameters:
Limit- 返回数量,不填则默认10,最大值20。
-
getOutOfSyncReplicaOnly
public Boolean getOutOfSyncReplicaOnly()
Get 仅筛选未同步副本- Returns:
- OutOfSyncReplicaOnly 仅筛选未同步副本
-
setOutOfSyncReplicaOnly
public void setOutOfSyncReplicaOnly(Boolean OutOfSyncReplicaOnly)
Set 仅筛选未同步副本- Parameters:
OutOfSyncReplicaOnly- 仅筛选未同步副本
-
-