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