@Generated(value="org.jsonschema2pojo") public class KeyValuePair extends Object implements Serializable
| Constructor and Description |
|---|
KeyValuePair()
No args constructor for use in serialization
|
KeyValuePair(String Key,
String Value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getKey() |
String |
getValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setKey(String Key) |
void |
setValue(String Value) |
Copyright © 2015–2017 Red Hat. All rights reserved.