Class ProxySimpleInfo

    • Constructor Detail

      • ProxySimpleInfo

        public ProxySimpleInfo()
      • ProxySimpleInfo

        public ProxySimpleInfo​(ProxySimpleInfo 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

      • getProxyId

        public String getProxyId()
        Get 通道ID
        Returns:
        ProxyId 通道ID
      • setProxyId

        public void setProxyId​(String ProxyId)
        Set 通道ID
        Parameters:
        ProxyId - 通道ID
      • getProxyName

        public String getProxyName()
        Get 通道名称
        Returns:
        ProxyName 通道名称
      • setProxyName

        public void setProxyName​(String ProxyName)
        Set 通道名称
        Parameters:
        ProxyName - 通道名称
      • getListenerList

        public ListenerInfo[] getListenerList()
        Get 监听器列表
        Returns:
        ListenerList 监听器列表
      • setListenerList

        public void setListenerList​(ListenerInfo[] ListenerList)
        Set 监听器列表
        Parameters:
        ListenerList - 监听器列表