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