public class DBSwitchInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DBSwitchInfo() |
DBSwitchInfo(DBSwitchInfo 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 |
getSwitchTime()
Get Switch time in the format of yyyy-MM-dd HH:mm:ss, such as 2017-09-03 01:34:31
|
String |
getSwitchType()
Get Switch type.
|
void |
setSwitchTime(String SwitchTime)
Set Switch time in the format of yyyy-MM-dd HH:mm:ss, such as 2017-09-03 01:34:31
|
void |
setSwitchType(String SwitchType)
Set Switch type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DBSwitchInfo()
public DBSwitchInfo(DBSwitchInfo source)
public String getSwitchTime()
public void setSwitchTime(String SwitchTime)
SwitchTime
- Switch time in the format of yyyy-MM-dd HH:mm:ss, such as 2017-09-03 01:34:31public String getSwitchType()
public void setSwitchType(String SwitchType)
SwitchType
- Switch type. Value range: TRANSFER (data migration), MASTER2SLAVE (primary/secondary switch), RECOVERY (primary/secondary recovery)Copyright © 2024. All rights reserved.