public class RealServerStatus extends AbstractModel
| Constructor and Description | 
|---|
| RealServerStatus() | 
| RealServerStatus(RealServerStatus 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 | getBindStatus()Get 0: not bound, 1: bound to rule or listener. | 
| String | getProxyId()Get ID of the connection bound to this origin server. | 
| String | getRealServerId()Get Origin server ID. | 
| void | setBindStatus(Long BindStatus)Set 0: not bound, 1: bound to rule or listener. | 
| void | setProxyId(String ProxyId)Set ID of the connection bound to this origin server. | 
| void | setRealServerId(String RealServerId)Set Origin server ID. | 
| 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, toJsonStringpublic RealServerStatus()
public RealServerStatus(RealServerStatus source)
public String getRealServerId()
public void setRealServerId(String RealServerId)
RealServerId - Origin server ID.public Long getBindStatus()
public void setBindStatus(Long BindStatus)
BindStatus - 0: not bound, 1: bound to rule or listener.public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - ID of the connection bound to this origin server. This string is empty if they are not bound.Copyright © 2021. All rights reserved.