public class UninstallPromClusterResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
UninstallPromClusterResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
UninstallPromClusterResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UninstallPromClusterResponse |
build(Map<String,?> map) |
UninstallPromClusterResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
UninstallPromClusterResponse |
setBody(UninstallPromClusterResponseBody body) |
UninstallPromClusterResponse |
setHeaders(Map<String,String> headers) |
UninstallPromClusterResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public UninstallPromClusterResponseBody body
public static UninstallPromClusterResponse build(Map<String,?> map) throws Exception
Exceptionpublic UninstallPromClusterResponse setHeaders(Map<String,String> headers)
public UninstallPromClusterResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public UninstallPromClusterResponse setBody(UninstallPromClusterResponseBody body)
public UninstallPromClusterResponseBody getBody()
Copyright © 2024. All rights reserved.