public class HealthCheckConf extends AbstractModel
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 阈值百分比。
|
Boolean |
getIsHealthCheck()
Get 是否开启健康检查。
|
Long |
getRequestVolumeThreshold()
Get 健康检查阈值。
|
Long |
getSleepWindowInMilliseconds()
Get 窗口大小。
|
void |
setErrorThresholdPercentage(Long ErrorThresholdPercentage)
Set 阈值百分比。
|
void |
setIsHealthCheck(Boolean IsHealthCheck)
Set 是否开启健康检查。
|
void |
setRequestVolumeThreshold(Long RequestVolumeThreshold)
Set 健康检查阈值。
|
void |
setSleepWindowInMilliseconds(Long SleepWindowInMilliseconds)
Set 窗口大小。
|
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 HealthCheckConf()
public HealthCheckConf(HealthCheckConf source)
public Boolean getIsHealthCheck()
public void setIsHealthCheck(Boolean IsHealthCheck)
IsHealthCheck
- 是否开启健康检查。public Long getRequestVolumeThreshold()
public void setRequestVolumeThreshold(Long RequestVolumeThreshold)
RequestVolumeThreshold
- 健康检查阈值。public Long getSleepWindowInMilliseconds()
public void setSleepWindowInMilliseconds(Long SleepWindowInMilliseconds)
SleepWindowInMilliseconds
- 窗口大小。public Long getErrorThresholdPercentage()
public void setErrorThresholdPercentage(Long ErrorThresholdPercentage)
ErrorThresholdPercentage
- 阈值百分比。Copyright © 2022. All rights reserved.