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