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