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