public class KeyValue extends Object implements Serializable
| Constructor and Description |
|---|
KeyValue() |
KeyValue(String value) |
KeyValue(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
Copyright © 2024. All rights reserved.