@Generated(value="org.jsonschema2pojo") public class Api extends Object
| Constructor and Description |
|---|
Api() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<Operation> |
getOperations()
(Required)
|
String |
getPath()
(Required)
|
void |
setDescription(String description) |
void |
setOperations(List<Operation> operations)
(Required)
|
void |
setPath(String path)
(Required)
|
public String getPath()
public void setPath(String path)
path - The pathpublic String getDescription()
public void setDescription(String description)
description - The descriptionCopyright © 2011–2016 Red Hat. All rights reserved.