@Generated(value="org.jsonschema2pojo") public class AuthorizationsProperty extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
AuthorizationsProperty() |
| 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) |
String |
getDescription() |
String |
getScope()
(Required)
|
void |
set(String name,
Object value) |
void |
setDescription(String description) |
void |
setScope(String scope)
(Required)
|
protected static final Object NOT_FOUND_VALUE
public String getScope()
public void setScope(String scope)
scope - The scopepublic String getDescription()
public void setDescription(String description)
description - The descriptionprotected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2016 Red Hat. All rights reserved.