public class ClusterSlaveData extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClusterSlaveData() |
ClusterSlaveData(ClusterSlaveData 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 |
getNewMasterZone()
Get 新主可用区
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getNewSlaveZone()
Get 新从可用区
注意:此字段可能返回 null,表示取不到有效值。
|
SlaveZoneAttrItem[] |
getNewSlaveZoneAttr()
Get 新从可用区属性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOldMasterZone()
Get 旧主可用区
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getOldSlaveZone()
Get 旧从可用区
注意:此字段可能返回 null,表示取不到有效值。
|
SlaveZoneAttrItem[] |
getOldSlaveZoneAttr()
Get 旧可用区属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNewMasterZone(String NewMasterZone)
Set 新主可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNewSlaveZone(String[] NewSlaveZone)
Set 新从可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNewSlaveZoneAttr(SlaveZoneAttrItem[] NewSlaveZoneAttr)
Set 新从可用区属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOldMasterZone(String OldMasterZone)
Set 旧主可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOldSlaveZone(String[] OldSlaveZone)
Set 旧从可用区
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOldSlaveZoneAttr(SlaveZoneAttrItem[] OldSlaveZoneAttr)
Set 旧可用区属性
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ClusterSlaveData()
public ClusterSlaveData(ClusterSlaveData source)
public String getOldMasterZone()
public void setOldMasterZone(String OldMasterZone)
OldMasterZone
- 旧主可用区
注意:此字段可能返回 null,表示取不到有效值。public String[] getOldSlaveZone()
public void setOldSlaveZone(String[] OldSlaveZone)
OldSlaveZone
- 旧从可用区
注意:此字段可能返回 null,表示取不到有效值。public String getNewMasterZone()
public void setNewMasterZone(String NewMasterZone)
NewMasterZone
- 新主可用区
注意:此字段可能返回 null,表示取不到有效值。public String[] getNewSlaveZone()
public void setNewSlaveZone(String[] NewSlaveZone)
NewSlaveZone
- 新从可用区
注意:此字段可能返回 null,表示取不到有效值。public SlaveZoneAttrItem[] getNewSlaveZoneAttr()
public void setNewSlaveZoneAttr(SlaveZoneAttrItem[] NewSlaveZoneAttr)
NewSlaveZoneAttr
- 新从可用区属性
注意:此字段可能返回 null,表示取不到有效值。public SlaveZoneAttrItem[] getOldSlaveZoneAttr()
public void setOldSlaveZoneAttr(SlaveZoneAttrItem[] OldSlaveZoneAttr)
OldSlaveZoneAttr
- 旧可用区属性
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.