public class RealtimeRuleApi extends Object
| 构造器和说明 |
|---|
RealtimeRuleApi() |
RealtimeRuleApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiClient |
getApiClient() |
RealtimeRuleListResp |
getRealtimeRuleList(String tenantsCode,
Integer page,
Integer pageSize)
获取实时规则列表
|
com.squareup.okhttp.Call |
getRealtimeRuleListAsync(String tenantsCode,
Integer page,
Integer pageSize,
ApiCallback<RealtimeRuleListResp> callback)
获取实时规则列表 (asynchronously)
|
com.squareup.okhttp.Call |
getRealtimeRuleListCall(String tenantsCode,
Integer page,
Integer pageSize,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRealtimeRuleList
|
ApiResponse<RealtimeRuleListResp> |
getRealtimeRuleListWithHttpInfo(String tenantsCode,
Integer page,
Integer pageSize)
获取实时规则列表
|
void |
setApiClient(ApiClient apiClient) |
public RealtimeRuleApi()
public RealtimeRuleApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getRealtimeRuleListCall(String tenantsCode, Integer page, Integer pageSize, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tenantsCode - 租户ID (required)page - 当前页 (required)pageSize - 分页大小 (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RealtimeRuleListResp getRealtimeRuleList(String tenantsCode, Integer page, Integer pageSize) throws ApiException
tenantsCode - 租户ID (required)page - 当前页 (required)pageSize - 分页大小 (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RealtimeRuleListResp> getRealtimeRuleListWithHttpInfo(String tenantsCode, Integer page, Integer pageSize) throws ApiException
tenantsCode - 租户ID (required)page - 当前页 (required)pageSize - 分页大小 (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getRealtimeRuleListAsync(String tenantsCode, Integer page, Integer pageSize, ApiCallback<RealtimeRuleListResp> callback) throws ApiException
tenantsCode - 租户ID (required)page - 当前页 (required)pageSize - 分页大小 (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 © 2024. All rights reserved.