public class SwitchDataEngineRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
SwitchDataEngineRequest() |
SwitchDataEngineRequest(SwitchDataEngineRequest 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 |
getDataEngineName()
Get 主集群名称
|
Boolean |
getStartStandbyCluster()
Get 是否开启备集群
|
void |
setDataEngineName(String DataEngineName)
Set 主集群名称
|
void |
setStartStandbyCluster(Boolean StartStandbyCluster)
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, toJsonString
public SwitchDataEngineRequest()
public SwitchDataEngineRequest(SwitchDataEngineRequest source)
public String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName
- 主集群名称public Boolean getStartStandbyCluster()
public void setStartStandbyCluster(Boolean StartStandbyCluster)
StartStandbyCluster
- 是否开启备集群Copyright © 2025. All rights reserved.