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