Class ConnectorVariables
java.lang.Object
org.sentrysoftware.metricshub.engine.configuration.ConnectorVariables
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddVariableValue(String name, String value) Add a variable value in the map.
-
Constructor Details
-
ConnectorVariables
public ConnectorVariables()
-
-
Method Details
-
addVariableValue
Add a variable value in the map.- Parameters:
name- The variable name.value- The variable value.
-