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