public class DatasourceApi extends Object
| 构造器和说明 |
|---|
DatasourceApi() |
DatasourceApi(ApiClient apiClient) |
public DatasourceApi()
public DatasourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call queryDataSourceListCall(Long xTenant, String sourceName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xTenant - (required)sourceName - 数据源名称 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListDataSourceListItemVo queryDataSourceList(Long xTenant, String sourceName) throws ApiException
xTenant - (required)sourceName - 数据源名称 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListDataSourceListItemVo> queryDataSourceListWithHttpInfo(Long xTenant, String sourceName) throws ApiException
xTenant - (required)sourceName - 数据源名称 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryDataSourceListAsync(Long xTenant, String sourceName, ApiCallback<ListDataSourceListItemVo> callback) throws ApiException
xTenant - (required)sourceName - 数据源名称 (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 objectpublic com.squareup.okhttp.Call queryeventListCall(Integer dataSourceId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
dataSourceId - 数据源id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListCdpEventVo queryeventList(Integer dataSourceId) throws ApiException
dataSourceId - 数据源id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListCdpEventVo> queryeventListWithHttpInfo(Integer dataSourceId) throws ApiException
dataSourceId - 数据源id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryeventListAsync(Integer dataSourceId, ApiCallback<ListCdpEventVo> callback) throws ApiException
dataSourceId - 数据源id (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 objectpublic com.squareup.okhttp.Call queryeventPropertyListCall(Long xTenant, Integer eventId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
xTenant - (required)eventId - 事件id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListCdpEventPropertyVo queryeventPropertyList(Long xTenant, Integer eventId) throws ApiException
xTenant - (required)eventId - 事件id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListCdpEventPropertyVo> queryeventPropertyListWithHttpInfo(Long xTenant, Integer eventId) throws ApiException
xTenant - (required)eventId - 事件id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call queryeventPropertyListAsync(Long xTenant, Integer eventId, ApiCallback<ListCdpEventPropertyVo> callback) throws ApiException
xTenant - (required)eventId - 事件id (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 objectpublic com.squareup.okhttp.Call querypropertyListCall(Integer dataSourceId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
dataSourceId - 数据源id (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListCdpPropertyVo querypropertyList(Integer dataSourceId) throws ApiException
dataSourceId - 数据源id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListCdpPropertyVo> querypropertyListWithHttpInfo(Integer dataSourceId) throws ApiException
dataSourceId - 数据源id (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call querypropertyListAsync(Integer dataSourceId, ApiCallback<ListCdpPropertyVo> callback) throws ApiException
dataSourceId - 数据源id (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 objectpublic com.squareup.okhttp.Call querypropertyValuesCall(Integer id, Integer dataSourceId, Integer page, Integer pageSize, String keyword, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - 字段id (required)dataSourceId - 数据源id (required)page - 页码 (optional)pageSize - 页大小 (optional)keyword - 关键字 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ListString querypropertyValues(Integer id, Integer dataSourceId, Integer page, Integer pageSize, String keyword) throws ApiException
id - 字段id (required)dataSourceId - 数据源id (required)page - 页码 (optional)pageSize - 页大小 (optional)keyword - 关键字 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ListString> querypropertyValuesWithHttpInfo(Integer id, Integer dataSourceId, Integer page, Integer pageSize, String keyword) throws ApiException
id - 字段id (required)dataSourceId - 数据源id (required)page - 页码 (optional)pageSize - 页大小 (optional)keyword - 关键字 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call querypropertyValuesAsync(Integer id, Integer dataSourceId, Integer page, Integer pageSize, String keyword, ApiCallback<ListString> callback) throws ApiException
id - 字段id (required)dataSourceId - 数据源id (required)page - 页码 (optional)pageSize - 页大小 (optional)keyword - 关键字 (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 © 2023. All rights reserved.