public class SlaveInfo extends AbstractModel
| Constructor and Description | 
|---|
| SlaveInfo() | 
| SlaveInfo(SlaveInfo 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 | 
|---|---|
| SlaveInstanceInfo | getFirst()Get Information of secondary server 1 | 
| SlaveInstanceInfo | getSecond()Get Information of secondary server 2
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFirst(SlaveInstanceInfo First)Set Information of secondary server 1 | 
| void | setSecond(SlaveInstanceInfo Second)Set Information of secondary server 2
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SlaveInfo()
public SlaveInfo(SlaveInfo source)
public SlaveInstanceInfo getFirst()
public void setFirst(SlaveInstanceInfo First)
First - Information of secondary server 1public SlaveInstanceInfo getSecond()
public void setSecond(SlaveInstanceInfo Second)
Second - Information of secondary server 2
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.