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表示未被绑定 1表示被规则或者监听器绑定。
|
String |
getGroupId()
Get 绑定此源站的通道组ID,没有绑定时为空字符串。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProxyId()
Get 绑定此源站的通道ID,没有绑定时为空字符串。
|
String |
getRealServerId()
Get 源站ID。
|
void |
setBindStatus(Long BindStatus)
Set 0表示未被绑定 1表示被规则或者监听器绑定。
|
void |
setGroupId(String GroupId)
Set 绑定此源站的通道组ID,没有绑定时为空字符串。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProxyId(String ProxyId)
Set 绑定此源站的通道ID,没有绑定时为空字符串。
|
void |
setRealServerId(String RealServerId)
Set 源站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
- 源站ID。public Long getBindStatus()
public void setBindStatus(Long BindStatus)
BindStatus
- 0表示未被绑定 1表示被规则或者监听器绑定。public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- 绑定此源站的通道ID,没有绑定时为空字符串。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 绑定此源站的通道组ID,没有绑定时为空字符串。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.