public class HealthCheck extends AbstractModel
header, skipSign
Constructor and Description |
---|
HealthCheck() |
HealthCheck(HealthCheck 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 |
getCheckPort()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCheckType()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getContextType()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getExtendedCode()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHealthNum()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHealthSwitch()
Get Whether to enable health check.
|
String |
getHttpCheckDomain()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHttpCheckMethod()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHttpCheckPath()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getHttpCode()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHttpVersion()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getIntervalTime()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRecvContext()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSendContext()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getSourceIpType()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getTimeOut()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getUnHealthNum()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCheckPort(Long CheckPort)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCheckType(String CheckType)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setContextType(String ContextType)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setExtendedCode(String ExtendedCode)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHealthNum(Long HealthNum)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHealthSwitch(Long HealthSwitch)
Set Whether to enable health check.
|
void |
setHttpCheckDomain(String HttpCheckDomain)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHttpCheckMethod(String HttpCheckMethod)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHttpCheckPath(String HttpCheckPath)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHttpCode(Long HttpCode)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHttpVersion(String HttpVersion)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setIntervalTime(Long IntervalTime)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRecvContext(String RecvContext)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSendContext(String SendContext)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSourceIpType(Long SourceIpType)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTimeOut(Long TimeOut)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUnHealthNum(Long UnHealthNum)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
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 HealthCheck()
public HealthCheck(HealthCheck source)
public Long getHealthSwitch()
public void setHealthSwitch(Long HealthSwitch)
HealthSwitch
- Whether to enable health check. 1: enable; 0: disable.public Long getTimeOut()
public void setTimeOut(Long TimeOut)
TimeOut
- Note: This field may return null, indicating that no valid values can be obtained.public Long getIntervalTime()
public void setIntervalTime(Long IntervalTime)
IntervalTime
- Note: This field may return null, indicating that no valid values can be obtained.public Long getHealthNum()
public void setHealthNum(Long HealthNum)
HealthNum
- Note: This field may return null, indicating that no valid values can be obtained.public Long getUnHealthNum()
public void setUnHealthNum(Long UnHealthNum)
UnHealthNum
- Note: This field may return null, indicating that no valid values can be obtained.public Long getHttpCode()
public void setHttpCode(Long HttpCode)
HttpCode
- Note: This field may return null, indicating that no valid values can be obtained.public String getHttpCheckPath()
public void setHttpCheckPath(String HttpCheckPath)
HttpCheckPath
- Note: This field may return null, indicating that no valid values can be obtained.public String getHttpCheckDomain()
public void setHttpCheckDomain(String HttpCheckDomain)
HttpCheckDomain
- Note: This field may return null, indicating that no valid values can be obtained.public String getHttpCheckMethod()
public void setHttpCheckMethod(String HttpCheckMethod)
HttpCheckMethod
- Note: This field may return null, indicating that no valid values can be obtained.public Long getCheckPort()
public void setCheckPort(Long CheckPort)
CheckPort
- Note: This field may return null, indicating that no valid values can be obtained.public String getContextType()
public void setContextType(String ContextType)
ContextType
- Note: This field may return null, indicating that no valid values can be obtained.public String getSendContext()
public void setSendContext(String SendContext)
SendContext
- Note: This field may return null, indicating that no valid values can be obtained.public String getRecvContext()
public void setRecvContext(String RecvContext)
RecvContext
- Note: This field may return null, indicating that no valid values can be obtained.public String getCheckType()
public void setCheckType(String CheckType)
CheckType
- Note: This field may return null, indicating that no valid values can be obtained.public String getHttpVersion()
public void setHttpVersion(String HttpVersion)
HttpVersion
- Note: This field may return null, indicating that no valid values can be obtained.public Long getSourceIpType()
public void setSourceIpType(Long SourceIpType)
SourceIpType
- Note: This field may return null, indicating that no valid values can be obtained.public String getExtendedCode()
public void setExtendedCode(String ExtendedCode)
ExtendedCode
- Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.