public class Understanding extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Understanding.Models |
| 构造器和说明 |
|---|
Understanding() |
Understanding(String protocol) |
Understanding(String protocol,
String baseUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
UnderstandingResult |
call(UnderstandingParam param)
Call the server to get the whole result, only http protocol
|
void |
call(UnderstandingParam param,
ResultCallback<UnderstandingResult> callback)
Call the server to get the result in the callback function.
|
public Understanding()
public Understanding(String protocol)
public UnderstandingResult call(UnderstandingParam param) throws ApiException, NoApiKeyException, InputRequiredException
param - The input param of class `UnderstandingParam`.NoApiKeyException - Can not find api keyInputRequiredException - Missing inputs.ApiExceptionpublic void call(UnderstandingParam param, ResultCallback<UnderstandingResult> callback) throws ApiException, NoApiKeyException, InputRequiredException
param - The input param of class `UnderstandingParam`.callback - The callback to receive response, the template class is `UnderstandingResult`.NoApiKeyException - Can not find api keyApiException - The request failed, possibly due to a network or data error.InputRequiredException - Missing inputs.Copyright © 2025. All rights reserved.