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