public class SnmpGetNextCriterion extends AbstractSnmpCriterion
Represents a criterion for filtering based on an SNMP GET-NEXT request.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SnmpGetNextCriterion(com.fasterxml.jackson.databind.JsonNode criterion)
    Constructs SnmpGetNextCriterion with the specified JSON criterion.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    produce(org.apache.maven.doxia.sink.Sink sink)
    Produces the criterion to the specified sink.

    Methods inherited from class org.metricshub.maven.plugin.connector.producer.model.criteria.AbstractSnmpCriterion

    getOid

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SnmpGetNextCriterion

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

    • produce

      public void produce(org.apache.maven.doxia.sink.Sink sink)
      Produces the criterion to the specified sink.
      Specified by:
      produce in class AbstractCriterion
      Parameters:
      sink - The sink to produce the criterion to.