public class DCNReplicaStatus extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DCNReplicaStatus() | 
| DCNReplicaStatus(DCNReplicaStatus 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 | 
|---|---|
| Long | getDelay()Get 当前延迟情况,取备实例的 master 节点的 delay 值 | 
| String | getStatus()Get DCN 的运行状态,START为正常运行,STOP为暂停, | 
| void | setDelay(Long Delay)Set 当前延迟情况,取备实例的 master 节点的 delay 值 | 
| void | setStatus(String Status)Set DCN 的运行状态,START为正常运行,STOP为暂停, | 
| 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 DCNReplicaStatus()
public DCNReplicaStatus(DCNReplicaStatus source)
public String getStatus()
public void setStatus(String Status)
Status - DCN 的运行状态,START为正常运行,STOP为暂停,public Long getDelay()
public void setDelay(Long Delay)
Delay - 当前延迟情况,取备实例的 master 节点的 delay 值Copyright © 2025. All rights reserved.