Uses of Class
org.opennms.netmgt.config.httpdatacollection.Parameter
-
Packages that use Parameter Package Description org.opennms.netmgt.config.httpdatacollection This file is part of OpenNMS(R). -
-
Uses of Parameter in org.opennms.netmgt.config.httpdatacollection
Fields in org.opennms.netmgt.config.httpdatacollection with type parameters of type Parameter Modifier and Type Field Description protected List<Parameter>
Url. m_parameters
Methods in org.opennms.netmgt.config.httpdatacollection that return Parameter Modifier and Type Method Description Parameter
ObjectFactory. createParameter()
Create an instance ofParameter
Methods in org.opennms.netmgt.config.httpdatacollection that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
Url. getParameters()
Method parameters in org.opennms.netmgt.config.httpdatacollection with type arguments of type Parameter Modifier and Type Method Description void
Url. setParameters(List<Parameter> value)
-