Class DescribeReplicationInstanceSyncStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcr.v20190924.models.DescribeReplicationInstanceSyncStatusRequest
-
public class DescribeReplicationInstanceSyncStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeReplicationInstanceSyncStatusRequest()DescribeReplicationInstanceSyncStatusRequest(DescribeReplicationInstanceSyncStatusRequest 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 最大输出条数,默认5,最大为20LonggetOffset()Get 日志页号, 默认0StringgetRegistryId()Get 主实例IdLonggetReplicationRegionId()Get 复制实例的地域IdStringgetReplicationRegistryId()Get 复制实例IdBooleangetShowReplicationLog()Get 是否显示同步日志voidsetLimit(Long Limit)Set 最大输出条数,默认5,最大为20voidsetOffset(Long Offset)Set 日志页号, 默认0voidsetRegistryId(String RegistryId)Set 主实例IdvoidsetReplicationRegionId(Long ReplicationRegionId)Set 复制实例的地域IdvoidsetReplicationRegistryId(String ReplicationRegistryId)Set 复制实例IdvoidsetShowReplicationLog(Boolean ShowReplicationLog)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
-
DescribeReplicationInstanceSyncStatusRequest
public DescribeReplicationInstanceSyncStatusRequest()
-
DescribeReplicationInstanceSyncStatusRequest
public DescribeReplicationInstanceSyncStatusRequest(DescribeReplicationInstanceSyncStatusRequest 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
-
getReplicationRegistryId
public String getReplicationRegistryId()
Get 复制实例Id- Returns:
- ReplicationRegistryId 复制实例Id
-
setReplicationRegistryId
public void setReplicationRegistryId(String ReplicationRegistryId)
Set 复制实例Id- Parameters:
ReplicationRegistryId- 复制实例Id
-
getReplicationRegionId
public Long getReplicationRegionId()
Get 复制实例的地域Id- Returns:
- ReplicationRegionId 复制实例的地域Id
-
setReplicationRegionId
public void setReplicationRegionId(Long ReplicationRegionId)
Set 复制实例的地域Id- Parameters:
ReplicationRegionId- 复制实例的地域Id
-
getShowReplicationLog
public Boolean getShowReplicationLog()
Get 是否显示同步日志- Returns:
- ShowReplicationLog 是否显示同步日志
-
setShowReplicationLog
public void setShowReplicationLog(Boolean ShowReplicationLog)
Set 是否显示同步日志- Parameters:
ShowReplicationLog- 是否显示同步日志
-
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 最大输出条数,默认5,最大为20- Returns:
- Limit 最大输出条数,默认5,最大为20
-
setLimit
public void setLimit(Long Limit)
Set 最大输出条数,默认5,最大为20- Parameters:
Limit- 最大输出条数,默认5,最大为20
-
-