public class ClassicalHealth extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClassicalHealth() | 
| ClassicalHealth(ClassicalHealth 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 | getHealthStatus()Get 健康检查结果,1 表示健康,0 表示不健康 | 
| String | getIP()Get 后端服务的内网 IP | 
| Long | getListenerPort()Get 负载均衡的监听端口 | 
| Long | getPort()Get 后端服务的端口 | 
| String | getProtocol()Get 转发协议 | 
| void | setHealthStatus(Long HealthStatus)Set 健康检查结果,1 表示健康,0 表示不健康 | 
| void | setIP(String IP)Set 后端服务的内网 IP | 
| void | setListenerPort(Long ListenerPort)Set 负载均衡的监听端口 | 
| void | setPort(Long Port)Set 后端服务的端口 | 
| void | setProtocol(String Protocol)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, toJsonStringpublic ClassicalHealth()
public ClassicalHealth(ClassicalHealth source)
public String getIP()
public void setIP(String IP)
IP - 后端服务的内网 IPpublic Long getPort()
public void setPort(Long Port)
Port - 后端服务的端口public Long getListenerPort()
public void setListenerPort(Long ListenerPort)
ListenerPort - 负载均衡的监听端口public String getProtocol()
public void setProtocol(String Protocol)
Protocol - 转发协议public Long getHealthStatus()
public void setHealthStatus(Long HealthStatus)
HealthStatus - 健康检查结果,1 表示健康,0 表示不健康Copyright © 2025. All rights reserved.