public class DescribeTopicSyncReplicaRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get 实例ID
|
Long |
getLimit()
Get 返回数量,不填则默认10,最大值20。
|
Long |
getOffset()
Get 偏移量,不填默认为0
|
Boolean |
getOutOfSyncReplicaOnly()
Get 仅筛选未同步副本
|
String |
getTopicName()
Get 主题名称
|
void |
setInstanceId(String InstanceId)
Set 实例ID
|
void |
setLimit(Long Limit)
Set 返回数量,不填则默认10,最大值20。
|
void |
setOffset(Long Offset)
Set 偏移量,不填默认为0
|
void |
setOutOfSyncReplicaOnly(Boolean OutOfSyncReplicaOnly)
Set 仅筛选未同步副本
|
void |
setTopicName(String TopicName)
Set 主题名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTopicSyncReplicaRequest()
public DescribeTopicSyncReplicaRequest(DescribeTopicSyncReplicaRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,不填默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,不填则默认10,最大值20。public Boolean getOutOfSyncReplicaOnly()
public void setOutOfSyncReplicaOnly(Boolean OutOfSyncReplicaOnly)
OutOfSyncReplicaOnly
- 仅筛选未同步副本Copyright © 2022. All rights reserved.