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