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