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