public class BFDInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
BFDInfo() |
BFDInfo(BFDInfo 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 |
getInterval()
Get 健康检查间隔
|
Long |
getProbeFailedTimes()
Get 健康检查次数
|
void |
setInterval(Long Interval)
Set 健康检查间隔
|
void |
setProbeFailedTimes(Long ProbeFailedTimes)
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 BFDInfo()
public BFDInfo(BFDInfo source)
public Long getProbeFailedTimes()
public void setProbeFailedTimes(Long ProbeFailedTimes)
ProbeFailedTimes
- 健康检查次数public Long getInterval()
public void setInterval(Long Interval)
Interval
- 健康检查间隔Copyright © 2024. All rights reserved.