Class ConnectorVariables

java.lang.Object
org.sentrysoftware.metricshub.engine.configuration.ConnectorVariables

public class ConnectorVariables extends Object
Represents the variables associated with a connector. This class is used for storing key-value pairs where keys are variable names and values are the corresponding variable values.
  • Constructor Details

    • ConnectorVariables

      public ConnectorVariables()
  • Method Details

    • addVariableValue

      public void addVariableValue(String name, String value)
      Add a variable value in the map.
      Parameters:
      name - The variable name.
      value - The variable value.