public class BaseModel extends Object
| Constructor and Description |
|---|
BaseModel() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties()
Any GETTER.
|
Object |
getValue(String key)
Provides access to all properties using property name as key.
|
void |
setAdditionalProperties(String name,
Object value)
Any SETTER.
|
void |
setValue(String key,
Object value)
Setter for additional properties.
|
public Map<String,Object> getAdditionalProperties()
public void setAdditionalProperties(String name, Object value)
name - The String key.value - The Object value.public Object getValue(String key) throws NoSuchElementException
key - The property name, which may or may not be declared.NoSuchElementExceptionCopyright © 2025. All rights reserved.