public class AdDiagnosisApi extends Object
| 构造器和说明 |
|---|
AdDiagnosisApi() |
AdDiagnosisApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
AdDiagnosisGetResponse |
adDiagnosisGet(AdDiagnosisGetRequest data)
获取广告诊断信息
|
com.squareup.okhttp.Call |
adDiagnosisGetAsync(AdDiagnosisGetRequest data,
ApiCallback<AdDiagnosisGetResponse> callback)
获取广告诊断信息 (asynchronously)
|
com.squareup.okhttp.Call |
adDiagnosisGetCall(AdDiagnosisGetRequest data,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for adDiagnosisGet
|
ApiResponse<AdDiagnosisGetResponse> |
adDiagnosisGetWithHttpInfo(AdDiagnosisGetRequest data)
获取广告诊断信息
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AdDiagnosisApi()
public AdDiagnosisApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call adDiagnosisGetCall(AdDiagnosisGetRequest data, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
data - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic AdDiagnosisGetResponse adDiagnosisGet(AdDiagnosisGetRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<AdDiagnosisGetResponse> adDiagnosisGetWithHttpInfo(AdDiagnosisGetRequest data) throws ApiException
data - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call adDiagnosisGetAsync(AdDiagnosisGetRequest data, ApiCallback<AdDiagnosisGetResponse> callback) throws ApiException
data - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.