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