Class Collect

  • All Implemented Interfaces:
    java.io.Serializable

    public class Collect
    extends java.lang.Object
    implements java.io.Serializable
    container for list of MIB groups to be collected for the system
    See Also:
    Serialized Form
    • Constructor Detail

      • Collect

        public Collect()
    • Method Detail

      • getIncludeGroups

        public java.util.List<java.lang.String> getIncludeGroups()
      • setIncludeGroups

        public void setIncludeGroups​(java.util.List<java.lang.String> includeGroups)
      • addIncludeGroup

        public void addIncludeGroup​(java.lang.String includeGroup)
                             throws java.lang.IndexOutOfBoundsException
        Throws:
        java.lang.IndexOutOfBoundsException
      • removeIncludeGroup

        public boolean removeIncludeGroup​(java.lang.String includeGroup)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object