public class HealthCheckConf extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HealthCheckConf() | 
| HealthCheckConf(HealthCheckConf 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 | getErrorThresholdPercentage()Get 阈值百分比。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Boolean | getIsHealthCheck()Get 是否开启健康检查。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getRequestVolumeThreshold()Get 健康检查阈值。
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getSleepWindowInMilliseconds()Get 窗口大小。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setErrorThresholdPercentage(Long ErrorThresholdPercentage)Set 阈值百分比。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setIsHealthCheck(Boolean IsHealthCheck)Set 是否开启健康检查。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRequestVolumeThreshold(Long RequestVolumeThreshold)Set 健康检查阈值。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSleepWindowInMilliseconds(Long SleepWindowInMilliseconds)Set 窗口大小。
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 HealthCheckConf()
public HealthCheckConf(HealthCheckConf source)
public Boolean getIsHealthCheck()
public void setIsHealthCheck(Boolean IsHealthCheck)
IsHealthCheck - 是否开启健康检查。
注意:此字段可能返回 null,表示取不到有效值。public Long getRequestVolumeThreshold()
public void setRequestVolumeThreshold(Long RequestVolumeThreshold)
RequestVolumeThreshold - 健康检查阈值。
注意:此字段可能返回 null,表示取不到有效值。public Long getSleepWindowInMilliseconds()
public void setSleepWindowInMilliseconds(Long SleepWindowInMilliseconds)
SleepWindowInMilliseconds - 窗口大小。
注意:此字段可能返回 null,表示取不到有效值。public Long getErrorThresholdPercentage()
public void setErrorThresholdPercentage(Long ErrorThresholdPercentage)
ErrorThresholdPercentage - 阈值百分比。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.