@Generated(value="org.jsonschema2pojo") public class Models extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
Models() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
declaredProperty(String name,
Object value) |
protected Object |
declaredPropertyOrNotFound(String name,
Object notFoundValue) |
<T> T |
get(String name) |
Map<String,ModelsProperty> |
getAdditionalProperties() |
void |
set(String name,
Object value) |
void |
setAdditionalProperty(String name,
ModelsProperty value) |
protected static final Object NOT_FOUND_VALUE
public Map<String,ModelsProperty> getAdditionalProperties()
public void setAdditionalProperty(String name, ModelsProperty value)
protected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2016 Red Hat. All rights reserved.