Class AttributeGroupType


  • public class AttributeGroupType
    extends java.lang.Object

    AttributeGroupType class.

    Version:
    $Id: $
    Author:
    ranger
    • Field Detail

      • IF_TYPE_ALL

        public static final java.lang.String IF_TYPE_ALL
        TODO Document this value.
        See Also:
        Constant Field Values
      • IF_TYPE_IGNORE

        public static final java.lang.String IF_TYPE_IGNORE
        TODO Document this value.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AttributeGroupType

        public AttributeGroupType​(java.lang.String groupName,
                                  java.lang.String groupIfType)

        Constructor for AttributeGroupType.

        Parameters:
        groupName - a String object.
        groupIfType - a String object.
    • Method Detail

      • equals

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

        public int hashCode()

        hashCode

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a int.
      • getIfType

        public java.lang.String getIfType()

        getIfType

        Returns:
        a String object.
      • getName

        public java.lang.String getName()

        getName

        Returns:
        a String object.
      • addAttributeType

        public void addAttributeType​(CollectionAttributeType attrType)

        addAttributeType

        Parameters:
        attrType - a org.opennms.netmgt.collectd.CollectionAttributeType object.
      • getAttributeTypes

        public java.util.SortedSet<CollectionAttributeType> getAttributeTypes()

        getAttributeTypes

        Returns:
        a SortedSet object.
      • toString

        public java.lang.String toString()

        toString

        Overrides:
        toString in class java.lang.Object
        Returns:
        a String object.