public final class Parameter
extends java.lang.Object
| Constructor and Description |
|---|
Parameter(java.lang.String key,
java.lang.String value)
Creates a new parameter with the specified key and value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Returns the key.
|
java.lang.String |
getValue()
Returns the value.
|
java.lang.String |
toString()
String form.
|