Package org.opennms.protocols.xml.config
Class Parameter
- java.lang.Object
-
- org.opennms.protocols.xml.config.Parameter
-
- All Implemented Interfaces:
Cloneable
public class Parameter extends Object implements Cloneable
The Class Parameter.- get-disable-ssl-verification
- protocol-version
- retries
- timeout
- Author:
- Alejandro Galue
-
-
Method Detail
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
getValue
public String getValue()
Gets the value.- Returns:
- the value
-
setName
public void setName(String name)
Sets the name.- Parameters:
name
- the new name
-
setValue
public void setValue(String value)
Sets the value.- Parameters:
value
- the new value
-
-