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