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