public class NQAInfo extends AbstractModel
header, skipSign
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 IP address for the health check
|
Long |
getInterval()
Get Health check interval
|
Long |
getProbeFailedTimes()
Get Number of health checks
|
void |
setDestinationIp(String DestinationIp)
Set IP address for the health check
|
void |
setInterval(Long Interval)
Set Health check interval
|
void |
setProbeFailedTimes(Long ProbeFailedTimes)
Set Number of health checks
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NQAInfo()
public NQAInfo(NQAInfo source)
public Long getProbeFailedTimes()
public void setProbeFailedTimes(Long ProbeFailedTimes)
ProbeFailedTimes
- Number of health checkspublic Long getInterval()
public void setInterval(Long Interval)
Interval
- Health check intervalpublic String getDestinationIp()
public void setDestinationIp(String DestinationIp)
DestinationIp
- IP address for the health checkCopyright © 2024. All rights reserved.