Class GroupState

    • Constructor Detail

      • GroupState

        @ConstructorProperties({"id","links","activeCapacity","pendingCapacity","desiredCapacity","paused","active"})
        protected GroupState​(String id,
                             List<Link> links,
                             int activeCapacity,
                             int pendingCapacity,
                             int desiredCapacity,
                             boolean paused,
                             List<GroupInstance> groupInstances)
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id of this GroupState.
      • getLinks

        public List<Link> getLinks()
        Returns:
        the links for this GroupState.
      • getActiveCapacity

        public int getActiveCapacity()
        Returns:
        the active capacity for this GroupState.
      • getPendingCapacity

        public int getPendingCapacity()
        Returns:
        the pending capacity for this GroupState.
      • getDesiredCapacity

        public int getDesiredCapacity()
        Returns:
        the desired capacity for this GroupState.
      • getPaused

        public boolean getPaused()
        Returns:
        the paused status for this GroupState.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • string

        protected com.google.common.base.MoreObjects.ToStringHelper string()