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 |
getGroupId()
Get ID of the connection group bound to this origin server.
|
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 |
setGroupId(String GroupId)
Set ID of the connection group bound to this origin server.
|
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 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.public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- ID of the connection group bound to this origin server. This string is null if no connection groups are bound.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.