Class RealServerStatus

    • 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,表示取不到有效值。