public class SetCheckModeRequest extends AbstractModel
Constructor and Description |
---|
SetCheckModeRequest() |
SetCheckModeRequest(SetCheckModeRequest 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 |
---|---|
Long |
getClusterAutoCheck()
Get 0不设置 1打开 2关闭
|
String |
getClusterCheckMode()
Get 集群检查模式(正常模式"Cluster_Normal"、主动模式"Cluster_Actived"、不设置"Cluster_Unset")
|
String[] |
getClusterIds()
Get 要设置的集群ID列表
|
void |
setClusterAutoCheck(Long ClusterAutoCheck)
Set 0不设置 1打开 2关闭
|
void |
setClusterCheckMode(String ClusterCheckMode)
Set 集群检查模式(正常模式"Cluster_Normal"、主动模式"Cluster_Actived"、不设置"Cluster_Unset")
|
void |
setClusterIds(String[] ClusterIds)
Set 要设置的集群ID列表
|
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 SetCheckModeRequest()
public SetCheckModeRequest(SetCheckModeRequest source)
public String[] getClusterIds()
public void setClusterIds(String[] ClusterIds)
ClusterIds
- 要设置的集群ID列表public String getClusterCheckMode()
public void setClusterCheckMode(String ClusterCheckMode)
ClusterCheckMode
- 集群检查模式(正常模式"Cluster_Normal"、主动模式"Cluster_Actived"、不设置"Cluster_Unset")public Long getClusterAutoCheck()
public void setClusterAutoCheck(Long ClusterAutoCheck)
ClusterAutoCheck
- 0不设置 1打开 2关闭Copyright © 2022. All rights reserved.