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