public class DescribeTopicSyncReplicaRequest extends AbstractModel
header, skipSign| 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 Instance ID 
 | 
Long | 
getLimit()
Get Number of results to be returned. 
 | 
Long | 
getOffset()
Get Offset. 
 | 
Boolean | 
getOutOfSyncReplicaOnly()
Get Filters unsynced replicas only 
 | 
String | 
getTopicName()
Get Topic name 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setLimit(Long Limit)
Set Number of results to be returned. 
 | 
void | 
setOffset(Long Offset)
Set Offset. 
 | 
void | 
setOutOfSyncReplicaOnly(Boolean OutOfSyncReplicaOnly)
Set Filters unsynced replicas only 
 | 
void | 
setTopicName(String TopicName)
Set Topic name 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeTopicSyncReplicaRequest()
public DescribeTopicSyncReplicaRequest(DescribeTopicSyncReplicaRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic namepublic Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. If this parameter is left empty, 0 will be used by default.public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned. If this parameter is left empty, 10 will be used by default. The maximum value is 20.public Boolean getOutOfSyncReplicaOnly()
public void setOutOfSyncReplicaOnly(Boolean OutOfSyncReplicaOnly)
OutOfSyncReplicaOnly - Filters unsynced replicas onlyCopyright © 2025. All rights reserved.