java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.Criterion
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.SnmpCriterion
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SnmpGetCriterion, SnmpGetNextCriterion

public abstract class SnmpCriterion extends Criterion
Abstract class representing an SNMP criterion.

This class provides a base for SNMP criteria and includes common attributes such as OID (Object Identifier) and an optional expected result. SNMP criteria are used to detect entities based on SNMP queries.

See Also: