public class SnmpGetCriterion extends AbstractSnmpCriterion
Represents a criterion for filtering based on an SNMP GET request.
See Also:
  • Constructor Details

    • SnmpGetCriterion

      public SnmpGetCriterion(com.fasterxml.jackson.databind.JsonNode criterion)
      Constructs SnmpGetCriterion with the specified JSON criterion.
      Parameters:
      criterion - The JSON criterion for SNMP GET check.
  • Method Details