public abstract class APIModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiName |
protected BaseUri |
baseUri |
protected String |
description |
protected List<APIOperationModel> |
operationsModel |
protected List<Protocol> |
protocols |
| Constructor and Description |
|---|
APIModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiName() |
BaseUri |
getBaseUri() |
String |
getDescription() |
List<APIOperationModel> |
getOperationsModel() |
List<Protocol> |
getProtocols() |
protected String apiName
protected String description
protected BaseUri baseUri
protected List<APIOperationModel> operationsModel
Copyright © 2020. All rights reserved.