Class RealServerStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.RealServerStatus
-
public class RealServerStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBindStatus()Get 0表示未被绑定 1表示被规则或者监听器绑定。StringgetGroupId()Get 绑定此源站的通道组ID,没有绑定时为空字符串。 注意:此字段可能返回 null,表示取不到有效值。StringgetProxyId()Get 绑定此源站的通道ID,没有绑定时为空字符串。StringgetRealServerId()Get 源站ID。voidsetBindStatus(Long BindStatus)Set 0表示未被绑定 1表示被规则或者监听器绑定。voidsetGroupId(String GroupId)Set 绑定此源站的通道组ID,没有绑定时为空字符串。 注意:此字段可能返回 null,表示取不到有效值。voidsetProxyId(String ProxyId)Set 绑定此源站的通道ID,没有绑定时为空字符串。voidsetRealServerId(String RealServerId)Set 源站ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RealServerStatus
public RealServerStatus()
-
RealServerStatus
public 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.
-
-
Method Detail
-
getRealServerId
public String getRealServerId()
Get 源站ID。- Returns:
- RealServerId 源站ID。
-
setRealServerId
public void setRealServerId(String RealServerId)
Set 源站ID。- Parameters:
RealServerId- 源站ID。
-
getBindStatus
public Long getBindStatus()
Get 0表示未被绑定 1表示被规则或者监听器绑定。- Returns:
- BindStatus 0表示未被绑定 1表示被规则或者监听器绑定。
-
setBindStatus
public void setBindStatus(Long BindStatus)
Set 0表示未被绑定 1表示被规则或者监听器绑定。- Parameters:
BindStatus- 0表示未被绑定 1表示被规则或者监听器绑定。
-
getProxyId
public String getProxyId()
Get 绑定此源站的通道ID,没有绑定时为空字符串。- Returns:
- ProxyId 绑定此源站的通道ID,没有绑定时为空字符串。
-
setProxyId
public void setProxyId(String ProxyId)
Set 绑定此源站的通道ID,没有绑定时为空字符串。- Parameters:
ProxyId- 绑定此源站的通道ID,没有绑定时为空字符串。
-
getGroupId
public String getGroupId()
Get 绑定此源站的通道组ID,没有绑定时为空字符串。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- GroupId 绑定此源站的通道组ID,没有绑定时为空字符串。 注意:此字段可能返回 null,表示取不到有效值。
-
setGroupId
public void setGroupId(String GroupId)
Set 绑定此源站的通道组ID,没有绑定时为空字符串。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
GroupId- 绑定此源站的通道组ID,没有绑定时为空字符串。 注意:此字段可能返回 null,表示取不到有效值。
-
-