public class RealServerStatus extends AbstractModel
Constructor and Description |
---|
RealServerStatus() |
Modifier and Type | Method and Description |
---|---|
Long |
getBindStatus()
Get 0: 未被绑定 1:被规则或者监听器绑定。
|
String |
getProxyId()
Get 绑定此源站的通道ID,没有绑定时为空字符串。
|
String |
getRealServerId()
Get 源站ID。
|
void |
setBindStatus(Long BindStatus)
Set 0: 未被绑定 1:被规则或者监听器绑定。
|
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 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,没有绑定时为空字符串。Copyright © 2020. All rights reserved.