public class QueueNotifyResponse
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
QueueNotifyResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueueNotifyResponse |
build(Map<String,?> map) |
QueueNotifyResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
QueueNotifyResponse |
setBody(QueueNotifyResponseBody body) |
QueueNotifyResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public QueueNotifyResponseBody body
public static QueueNotifyResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueueNotifyResponse setHeaders(Map<String,String> headers)
public QueueNotifyResponse setBody(QueueNotifyResponseBody body)
public QueueNotifyResponseBody getBody()
Copyright © 2022. All rights reserved.