public class CloudTowerApplicationApi extends Object
| 构造器和说明 |
|---|
CloudTowerApplicationApi() |
CloudTowerApplicationApi(ApiClient apiClient) |
public CloudTowerApplicationApi()
public CloudTowerApplicationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public String getCustomBaseUrl()
public void setCustomBaseUrl(String customBaseUrl)
public okhttp3.Call deleteCloudTowerApplicationPackageCall(DeleteCloudTowerApplicationPackageParams deleteCloudTowerApplicationPackageParams, ApiCallback _callback) throws ApiException
deleteCloudTowerApplicationPackageParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<DeleteCloudTowerApplicationPackage> deleteCloudTowerApplicationPackage(DeleteCloudTowerApplicationPackageParams deleteCloudTowerApplicationPackageParams) throws ApiException
deleteCloudTowerApplicationPackageParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<DeleteCloudTowerApplicationPackage>> deleteCloudTowerApplicationPackageWithHttpInfo(DeleteCloudTowerApplicationPackageParams deleteCloudTowerApplicationPackageParams) throws ApiException
deleteCloudTowerApplicationPackageParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deleteCloudTowerApplicationPackageAsync(DeleteCloudTowerApplicationPackageParams deleteCloudTowerApplicationPackageParams, ApiCallback<List<DeleteCloudTowerApplicationPackage>> _callback) throws ApiException
deleteCloudTowerApplicationPackageParams - (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 object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deployCloudTowerApplicationCall(DeployCloudTowerApplicationParams deployCloudTowerApplicationParams, ApiCallback _callback) throws ApiException
deployCloudTowerApplicationParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public CloudTowerApplication deployCloudTowerApplication(DeployCloudTowerApplicationParams deployCloudTowerApplicationParams) throws ApiException
deployCloudTowerApplicationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<CloudTowerApplication> deployCloudTowerApplicationWithHttpInfo(DeployCloudTowerApplicationParams deployCloudTowerApplicationParams) throws ApiException
deployCloudTowerApplicationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call deployCloudTowerApplicationAsync(DeployCloudTowerApplicationParams deployCloudTowerApplicationParams, ApiCallback<CloudTowerApplication> _callback) throws ApiException
deployCloudTowerApplicationParams - (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 object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getCloudTowerApplicationsCall(GetCloudTowerApplicationsRequestBody getCloudTowerApplicationsRequestBody, ApiCallback _callback) throws ApiException
getCloudTowerApplicationsRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<CloudTowerApplication> getCloudTowerApplications(GetCloudTowerApplicationsRequestBody getCloudTowerApplicationsRequestBody) throws ApiException
getCloudTowerApplicationsRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<CloudTowerApplication>> getCloudTowerApplicationsWithHttpInfo(GetCloudTowerApplicationsRequestBody getCloudTowerApplicationsRequestBody) throws ApiException
getCloudTowerApplicationsRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getCloudTowerApplicationsAsync(GetCloudTowerApplicationsRequestBody getCloudTowerApplicationsRequestBody, ApiCallback<List<CloudTowerApplication>> _callback) throws ApiException
getCloudTowerApplicationsRequestBody - (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 object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getCloudTowerApplicationsConnectionCall(GetCloudTowerApplicationsConnectionRequestBody getCloudTowerApplicationsConnectionRequestBody, ApiCallback _callback) throws ApiException
getCloudTowerApplicationsConnectionRequestBody - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public CloudTowerApplicationConnection getCloudTowerApplicationsConnection(GetCloudTowerApplicationsConnectionRequestBody getCloudTowerApplicationsConnectionRequestBody) throws ApiException
getCloudTowerApplicationsConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<CloudTowerApplicationConnection> getCloudTowerApplicationsConnectionWithHttpInfo(GetCloudTowerApplicationsConnectionRequestBody getCloudTowerApplicationsConnectionRequestBody) throws ApiException
getCloudTowerApplicationsConnectionRequestBody - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call getCloudTowerApplicationsConnectionAsync(GetCloudTowerApplicationsConnectionRequestBody getCloudTowerApplicationsConnectionRequestBody, ApiCallback<CloudTowerApplicationConnection> _callback) throws ApiException
getCloudTowerApplicationsConnectionRequestBody - (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 object| Status Code | Description | Response Headers |
| 200 | * x-tower-request-id - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call uninstallCloudTowerApplicationCall(UninstallCloudTowerApplicationParams uninstallCloudTowerApplicationParams, ApiCallback _callback) throws ApiException
uninstallCloudTowerApplicationParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<CloudTowerApplication> uninstallCloudTowerApplication(UninstallCloudTowerApplicationParams uninstallCloudTowerApplicationParams) throws ApiException
uninstallCloudTowerApplicationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<CloudTowerApplication>> uninstallCloudTowerApplicationWithHttpInfo(UninstallCloudTowerApplicationParams uninstallCloudTowerApplicationParams) throws ApiException
uninstallCloudTowerApplicationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call uninstallCloudTowerApplicationAsync(UninstallCloudTowerApplicationParams uninstallCloudTowerApplicationParams, ApiCallback<List<CloudTowerApplication>> _callback) throws ApiException
uninstallCloudTowerApplicationParams - (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 object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call upgradeCloudTowerApplicationCall(UpgradeCloudTowerApplicationParams upgradeCloudTowerApplicationParams, ApiCallback _callback) throws ApiException
upgradeCloudTowerApplicationParams - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public CloudTowerApplication upgradeCloudTowerApplication(UpgradeCloudTowerApplicationParams upgradeCloudTowerApplicationParams) throws ApiException
upgradeCloudTowerApplicationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<CloudTowerApplication> upgradeCloudTowerApplicationWithHttpInfo(UpgradeCloudTowerApplicationParams upgradeCloudTowerApplicationParams) throws ApiException
upgradeCloudTowerApplicationParams - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call upgradeCloudTowerApplicationAsync(UpgradeCloudTowerApplicationParams upgradeCloudTowerApplicationParams, ApiCallback<CloudTowerApplication> _callback) throws ApiException
upgradeCloudTowerApplicationParams - (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 object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call uploadCloudTowerApplicationPackageCall(byte[] _file,
String name,
String size,
String sizeUnit,
String uploadTaskId,
ApiCallback _callback)
throws ApiException
_file - (required)name - (optional)size - (optional)sizeUnit - (optional)uploadTaskId - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public List<UploadTask> uploadCloudTowerApplicationPackage(byte[] _file, String name, String size, String sizeUnit, String uploadTaskId) throws ApiException
_file - (required)name - (optional)size - (optional)sizeUnit - (optional)uploadTaskId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public ApiResponse<List<UploadTask>> uploadCloudTowerApplicationPackageWithHttpInfo(byte[] _file, String name, String size, String sizeUnit, String uploadTaskId) throws ApiException
_file - (required)name - (optional)size - (optional)sizeUnit - (optional)uploadTaskId - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
public okhttp3.Call uploadCloudTowerApplicationPackageAsync(byte[] _file,
String name,
String size,
String sizeUnit,
String uploadTaskId,
ApiCallback<List<UploadTask>> _callback)
throws ApiException
_file - (required)name - (optional)size - (optional)sizeUnit - (optional)uploadTaskId - (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 object| Status Code | Description | Response Headers |
| 200 | * CommonHeader - | |
| 400 | Bad request | * CommonHeader - |
| 404 | Not found | * CommonHeader - |
| 500 | Server error | * CommonHeader - |
Copyright © 2025. All rights reserved.