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