public class ShardZoneChooseInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ShardZoneChooseInfo() | 
| ShardZoneChooseInfo(ShardZoneChooseInfo 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 | 
|---|---|
| ZonesInfo | getMasterZone()Get 主可用区 | 
| ZonesInfo[] | getSlaveZones()Get 可选的从可用区 | 
| void | setMasterZone(ZonesInfo MasterZone)Set 主可用区 | 
| void | setSlaveZones(ZonesInfo[] SlaveZones)Set 可选的从可用区 | 
| 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 ShardZoneChooseInfo()
public ShardZoneChooseInfo(ShardZoneChooseInfo source)
public ZonesInfo getMasterZone()
public void setMasterZone(ZonesInfo MasterZone)
MasterZone - 主可用区public ZonesInfo[] getSlaveZones()
public void setSlaveZones(ZonesInfo[] SlaveZones)
SlaveZones - 可选的从可用区Copyright © 2025. All rights reserved.