java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.Source
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.SnmpSource
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SnmpGetSource, SnmpTableSource

public abstract class SnmpSource extends Source
Represents a base class for SNMP-based source tasks.
See Also:
  • Method Details

    • update

      public void update(UnaryOperator<String> updater)
      Description copied from class: Source
      Updates the source based on the provided updater function.
      Specified by:
      update in class Source
      Parameters:
      updater - The updater function to modify the source.
    • toString

      public String toString()
      Overrides:
      toString in class Source