Class ManuallyAdded

    • Constructor Detail

      • ManuallyAdded

        public ManuallyAdded()
      • ManuallyAdded

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

      • getJoining

        public Long getJoining()
        Get 加入中的节点数量
        Returns:
        Joining 加入中的节点数量
      • setJoining

        public void setJoining​(Long Joining)
        Set 加入中的节点数量
        Parameters:
        Joining - 加入中的节点数量
      • getInitializing

        public Long getInitializing()
        Get 初始化中的节点数量
        Returns:
        Initializing 初始化中的节点数量
      • setInitializing

        public void setInitializing​(Long Initializing)
        Set 初始化中的节点数量
        Parameters:
        Initializing - 初始化中的节点数量
      • getNormal

        public Long getNormal()
        Get 正常的节点数量
        Returns:
        Normal 正常的节点数量
      • setNormal

        public void setNormal​(Long Normal)
        Set 正常的节点数量
        Parameters:
        Normal - 正常的节点数量
      • getTotal

        public Long getTotal()
        Get 节点总数
        Returns:
        Total 节点总数
      • setTotal

        public void setTotal​(Long Total)
        Set 节点总数
        Parameters:
        Total - 节点总数