Class Category

  • All Implemented Interfaces:
    Serializable

    public class Category
    extends Object
    implements Serializable
    This element is used to specify OpenNMS specific categories. Note: currently, these categories are defined in a separate configuration file and are related directly to monitored services. I have separated out this element so that it can be referenced by other entities (nodes, interfaces, etc.) however, they will be ignored until the domain model is changed and the service layer is adapted for this behavior.
    See Also:
    Serialized Form
    • Constructor Detail

      • Category

        public Category()
      • Category

        public Category​(String name)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object