public class SystemStatusApi extends Object
| 构造器和说明 |
|---|
SystemStatusApi() |
SystemStatusApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
SystemStatusGetResponse |
systemStatusGet(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields)
获取广告组系统状态信息
|
com.squareup.okhttp.Call |
systemStatusGetAsync(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields,
ApiCallback<SystemStatusGetResponse> callback)
获取广告组系统状态信息 (asynchronously)
|
com.squareup.okhttp.Call |
systemStatusGetCall(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for systemStatusGet
|
ApiResponse<SystemStatusGetResponse> |
systemStatusGetWithHttpInfo(Long accountId,
String statusType,
StatusSpec statusSpec,
List<String> fields)
获取广告组系统状态信息
|
public SystemStatusApi()
public SystemStatusApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call systemStatusGetCall(Long accountId, String statusType, StatusSpec statusSpec, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accountId - (required)statusType - (required)statusSpec - (required)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic SystemStatusGetResponse systemStatusGet(Long accountId, String statusType, StatusSpec statusSpec, List<String> fields) throws ApiException
accountId - (required)statusType - (required)statusSpec - (required)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<SystemStatusGetResponse> systemStatusGetWithHttpInfo(Long accountId, String statusType, StatusSpec statusSpec, List<String> fields) throws ApiException
accountId - (required)statusType - (required)statusSpec - (required)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call systemStatusGetAsync(Long accountId, String statusType, StatusSpec statusSpec, List<String> fields, ApiCallback<SystemStatusGetResponse> callback) throws ApiException
accountId - (required)statusType - (required)statusSpec - (required)fields - 返回参数的字段列表 (optional)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.