public abstract class Result extends Object
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
fromResponse(Protocol protocol,
Response response)
Load data from the server output.
|
public abstract void fromResponse(Protocol protocol, Response response) throws ApiException
protocol - The protocol, please check the `Protocol` enum.response - The response.ApiException - if the input is invalid.Copyright © 2023. All rights reserved.