@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class EntityProperty extends Object
| Constructor and Description |
|---|
EntityProperty() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey()
The key of the property.
|
Object |
getValue()
The value of the property.
|
int |
hashCode() |
EntityProperty |
key(String key) |
void |
setKey(String key) |
void |
setValue(Object value) |
String |
toString() |
EntityProperty |
value(Object value) |
public EntityProperty key(String key)
public String getKey()
public void setKey(String key)
public EntityProperty value(Object value)
public Object getValue()
public void setValue(Object value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.