public class RealServerStatus extends AbstractModel
Constructor and Description |
---|
RealServerStatus() |
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, toJsonString
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 © 2020. All rights reserved.