public class NQAInfo extends AbstractModel
Constructor and Description |
---|
NQAInfo() |
NQAInfo(NQAInfo 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 |
---|---|
String |
getDestinationIp()
Get 健康检查地址
|
Long |
getInterval()
Get 健康检查间隔
|
Long |
getProbeFailedTimes()
Get 健康检查次数
|
void |
setDestinationIp(String DestinationIp)
Set 健康检查地址
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public NQAInfo()
public NQAInfo(NQAInfo source)
public Long getProbeFailedTimes()
public void setProbeFailedTimes(Long ProbeFailedTimes)
ProbeFailedTimes
- 健康检查次数public Long getInterval()
public void setInterval(Long Interval)
Interval
- 健康检查间隔public String getDestinationIp()
public void setDestinationIp(String DestinationIp)
DestinationIp
- 健康检查地址Copyright © 2021. All rights reserved.