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