public class HealthCheckPolicyRule extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HealthCheckPolicyRule() | 
| HealthCheckPolicyRule(HealthCheckPolicyRule 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 | 
|---|---|
| Boolean | getAutoRepairEnabled()Get 是否启用修复 | 
| Boolean | getEnabled()Get 是否检测此项目 | 
| String | getName()Get 健康检测规则 | 
| void | setAutoRepairEnabled(Boolean AutoRepairEnabled)Set 是否启用修复 | 
| void | setEnabled(Boolean Enabled)Set 是否检测此项目 | 
| void | setName(String Name)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, toJsonStringpublic HealthCheckPolicyRule()
public HealthCheckPolicyRule(HealthCheckPolicyRule source)
public String getName()
public void setName(String Name)
Name - 健康检测规则public Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled - 是否检测此项目public Boolean getAutoRepairEnabled()
public void setAutoRepairEnabled(Boolean AutoRepairEnabled)
AutoRepairEnabled - 是否启用修复Copyright © 2025. All rights reserved.