public static interface Connection.KeyVal
Modifier and Type | Method and Description |
---|---|
String |
key()
Get the key of a keyval
|
Connection.KeyVal |
key(String key)
Update the key of a keyval
|
String |
value()
Get the value of a keyval
|
Connection.KeyVal |
value(String value)
Update the value of a keyval
|
Connection.KeyVal key(String key)
key
- new keyString key()
Connection.KeyVal value(String value)
value
- the new valueString value()
Copyright © 2009–2013 Jonathan Hedley. All rights reserved.