@Generated(value="org.jsonschema2pojo") public class Authorizations extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
Authorizations() |
| 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,List<AuthorizationsProperty>> |
getAdditionalProperties() |
void |
set(String name,
Object value) |
void |
setAdditionalProperty(String name,
List<AuthorizationsProperty> value) |
protected static final Object NOT_FOUND_VALUE
public Map<String,List<AuthorizationsProperty>> getAdditionalProperties()
public void setAdditionalProperty(String name, List<AuthorizationsProperty> value)
protected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2015 Red Hat. All rights reserved.