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