public class apis extends Object
| Constructor and Description |
|---|
apis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<operations> |
getOperations() |
String |
getPath() |
void |
setDescription(String description) |
void |
setOperations(List<operations> operations) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public String getDescription()
public void setDescription(String description)
public List<operations> getOperations()
public void setOperations(List<operations> operations)
Copyright © 2019 WSO2. All rights reserved.