Class SnmpGetNextCriterion
java.lang.Object
org.sentrysoftware.maven.metricshub.connector.producer.model.criteria.AbstractCriterion
org.sentrysoftware.maven.metricshub.connector.producer.model.criteria.AbstractSnmpCriterion
org.sentrysoftware.maven.metricshub.connector.producer.model.criteria.SnmpGetNextCriterion
Represents a criterion for filtering based on an SNMP GET-NEXT request.
- See Also:
-
Constructor Summary
ConstructorDescriptionSnmpGetNextCriterion
(com.fasterxml.jackson.databind.JsonNode criterion) Constructs SnmpGetNextCriterion with the specified JSON criterion. -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ICriterionVisitor visitor) Accepts the given visitor.Methods inherited from class org.sentrysoftware.maven.metricshub.connector.producer.model.criteria.AbstractSnmpCriterion
getOid
-
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
-
accept
Description copied from class:AbstractCriterion
Accepts the given visitor.- Specified by:
accept
in classAbstractCriterion
- Parameters:
visitor
- The visitor class with its specific business logic.
-