Uses of Class
org.opennms.protocols.xml.config.Parameter
-
Packages that use Parameter Package Description org.opennms.protocols.xml.config This file is part of OpenNMS(R). -
-
Uses of Parameter in org.opennms.protocols.xml.config
Methods in org.opennms.protocols.xml.config that return Parameter Modifier and Type Method Description Parameter
Parameter. clone()
Methods in org.opennms.protocols.xml.config that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
Request. getParameters()
Gets the parameters.Method parameters in org.opennms.protocols.xml.config with type arguments of type Parameter Modifier and Type Method Description void
Request. setParameters(List<Parameter> parameters)
Sets the parameters.Constructors in org.opennms.protocols.xml.config with parameters of type Parameter Constructor Description Parameter(Parameter copy)
-