Class SnmpGetCriterion
java.lang.Object
org.metricshub.maven.plugin.connector.producer.model.criteria.AbstractCriterion
org.metricshub.maven.plugin.connector.producer.model.criteria.AbstractSnmpCriterion
org.metricshub.maven.plugin.connector.producer.model.criteria.SnmpGetCriterion
Represents a criterion for filtering based on an SNMP GET request.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSnmpGetCriterion
(com.fasterxml.jackson.databind.JsonNode criterion) Constructs SnmpGetCriterion with the specified JSON criterion. -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
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
-
produce
public void produce(org.apache.maven.doxia.sink.Sink sink) Produces the criterion to the specified sink.- Specified by:
produce
in classAbstractCriterion
- Parameters:
sink
- The sink to produce the criterion to.
-