public class ApiInfo extends Object
| Constructor and Description |
|---|
ApiInfo(ApiInfo other) |
ApiInfo(HttpMethodName method,
ApiPath path,
Map<String,String> queries,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getHeaders() |
HttpMethodName |
getMethod() |
ApiPath |
getPath() |
Map<String,String> |
getQueries() |
Copyright © 2023. All rights reserved.