| Modifier and Type | Field and Description |
|---|---|
static String |
SDK_VERSION |
| Constructor and Description |
|---|
AbstractClient(Credential credential,
Config config,
String endpoint,
String apiVersion,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRequestInterceptor(com.aliyun.tea.interceptor.RequestInterceptor interceptor) |
void |
addResponseInterceptor(com.aliyun.tea.interceptor.ResponseInterceptor interceptor) |
void |
addRuntimeOptionsInterceptor(com.aliyun.tea.interceptor.RuntimeOptionsInterceptor interceptor) |
protected Map<String,?> |
callApi(com.aliyun.tea.TeaModel request,
String actionName,
com.aliyun.teautil.models.RuntimeOptions runtime) |
public static final String SDK_VERSION
public AbstractClient(Credential credential, Config config, String endpoint, String apiVersion, String path)
protected Map<String,?> callApi(com.aliyun.tea.TeaModel request, String actionName, com.aliyun.teautil.models.RuntimeOptions runtime)
public void addRuntimeOptionsInterceptor(com.aliyun.tea.interceptor.RuntimeOptionsInterceptor interceptor)
public void addRequestInterceptor(com.aliyun.tea.interceptor.RequestInterceptor interceptor)
public void addResponseInterceptor(com.aliyun.tea.interceptor.ResponseInterceptor interceptor)
Copyright © 2025. All rights reserved.