@Generated(value="org.jsonschema2pojo") public class Api extends Object
| Constructor and Description |
|---|
Api() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getDescription() |
List<Operation> |
getOperations() |
String |
getPath() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setOperations(List<Operation> operations) |
void |
setPath(String path) |
String |
toString() |
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 operationsCopyright © 2011–2015 Red Hat. All rights reserved.