public class DBSwitchInfo extends AbstractModel
Constructor and Description |
---|
DBSwitchInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.