public class PmemDimmApi extends Object
| 构造器和说明 |
|---|
PmemDimmApi() |
PmemDimmApi(ApiClient apiClient) |
public PmemDimmApi()
public PmemDimmApi(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 getPmemDimmsCall(GetPmemDimmsRequestBody getPmemDimmsRequestBody, ApiCallback _callback) throws ApiException
getPmemDimmsRequestBody - (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<PmemDimm> getPmemDimms(GetPmemDimmsRequestBody getPmemDimmsRequestBody) throws ApiException
getPmemDimmsRequestBody - (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<PmemDimm>> getPmemDimmsWithHttpInfo(GetPmemDimmsRequestBody getPmemDimmsRequestBody) throws ApiException
getPmemDimmsRequestBody - (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 getPmemDimmsAsync(GetPmemDimmsRequestBody getPmemDimmsRequestBody, ApiCallback<List<PmemDimm>> _callback) throws ApiException
getPmemDimmsRequestBody - (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 getPmemDimmsConnectionCall(GetPmemDimmsConnectionRequestBody getPmemDimmsConnectionRequestBody, ApiCallback _callback) throws ApiException
getPmemDimmsConnectionRequestBody - (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 PmemDimmConnection getPmemDimmsConnection(GetPmemDimmsConnectionRequestBody getPmemDimmsConnectionRequestBody) throws ApiException
getPmemDimmsConnectionRequestBody - (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<PmemDimmConnection> getPmemDimmsConnectionWithHttpInfo(GetPmemDimmsConnectionRequestBody getPmemDimmsConnectionRequestBody) throws ApiException
getPmemDimmsConnectionRequestBody - (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 getPmemDimmsConnectionAsync(GetPmemDimmsConnectionRequestBody getPmemDimmsConnectionRequestBody, ApiCallback<PmemDimmConnection> _callback) throws ApiException
getPmemDimmsConnectionRequestBody - (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 - |
Copyright © 2025. All rights reserved.