@Generated(value="org.jsonschema2pojo") public class Api extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Object |
NOT_FOUND_VALUE |
| Constructor and Description |
|---|
Api() |
| 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() |
List<Operation> |
getOperations()
(Required)
|
String |
getPath()
(Required)
|
void |
set(String name,
Object value) |
void |
setDescription(String description) |
void |
setOperations(List<Operation> operations)
(Required)
|
void |
setPath(String path)
(Required)
|
protected static final Object NOT_FOUND_VALUE
public String getPath()
public void setPath(String path)
path - The pathpublic String getDescription()
public void setDescription(String description)
description - The descriptionpublic void setOperations(List<Operation> operations)
operations - The operationsprotected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
Copyright © 2011–2015 Red Hat. All rights reserved.