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