public class KeyValuePair
extends java.lang.Object
Constructor and Description |
---|
KeyValuePair() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Gets the key.
|
java.lang.String |
getValue()
Gets the value.
|
void |
setKey(java.lang.String key)
Sets the key.
|
void |
setValue(java.lang.String value)
Sets the value.
|
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- the new keypublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- the new value