public class RealServerStatus extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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.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 © 2025. All rights reserved.