Class GroupStatisticsInfo

    • Constructor Detail

      • GroupStatisticsInfo

        public GroupStatisticsInfo()
      • GroupStatisticsInfo

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

      • getGroupId

        public String getGroupId()
        Get 通道组ID
        Returns:
        GroupId 通道组ID
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 通道组ID
        Parameters:
        GroupId - 通道组ID
      • getGroupName

        public String getGroupName()
        Get 通道组名称
        Returns:
        GroupName 通道组名称
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 通道组名称
        Parameters:
        GroupName - 通道组名称
      • getProxySet

        public ProxySimpleInfo[] getProxySet()
        Get 通道组下通道列表
        Returns:
        ProxySet 通道组下通道列表
      • setProxySet

        public void setProxySet​(ProxySimpleInfo[] ProxySet)
        Set 通道组下通道列表
        Parameters:
        ProxySet - 通道组下通道列表