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