Class SnmpTrapMappingGroup


  • public class SnmpTrapMappingGroup
    extends Object
    The Class SnmpTrapMappingGroup.
    Author:
    Alejandro Galue
    • Field Detail

      • LOG

        public static final org.slf4j.Logger LOG
        The Constant LOG.
    • Constructor Detail

      • SnmpTrapMappingGroup

        public SnmpTrapMappingGroup()
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getRule

        public String getRule()
        Gets the rule.
        Returns:
        the rule
      • getMappings

        public List<SnmpTrapMapping> getMappings()
        Gets the mappings.
        Returns:
        the mappings
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the new name
      • setRule

        public void setRule​(String rule)
        Sets the rule.
        Parameters:
        rule - the new rule
      • setMappings

        public void setMappings​(List<SnmpTrapMapping> mappings)
        Sets the mappings.
        Parameters:
        mappings - the new mappings
      • accepts

        public boolean accepts​(NorthboundAlarm alarm)
        Verifies if the mapping group object accepts a given northbound alarm.
        Parameters:
        alarm - the northbound alarm
        Returns:
        true, if the alarm is accepted.