@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:26.928+02:00[Europe/Prague]") public class EntityPropertyDetails extends Object
| Constructor and Description |
|---|
EntityPropertyDetails() |
| Modifier and Type | Method and Description |
|---|---|
EntityPropertyDetails |
entityId(BigDecimal entityId) |
boolean |
equals(Object o) |
BigDecimal |
getEntityId()
The entity property ID.
|
String |
getKey()
The entity property key.
|
String |
getValue()
The new value of the entity property.
|
int |
hashCode() |
EntityPropertyDetails |
key(String key) |
void |
setEntityId(BigDecimal entityId) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
EntityPropertyDetails |
value(String value) |
public EntityPropertyDetails entityId(BigDecimal entityId)
public BigDecimal getEntityId()
public void setEntityId(BigDecimal entityId)
public EntityPropertyDetails key(String key)
public String getKey()
public void setKey(String key)
public EntityPropertyDetails value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.