public abstract class Param extends Object
| Constructor and Description |
|---|
Param() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey() |
String |
getRequestId() |
abstract Class<? extends Result> |
resultType()
Get the related output class, which should be a subclass of `Result`.
|
abstract Request |
toRequest(Protocol protocol) |
abstract String |
url() |
Copyright © 2023. All rights reserved.