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