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