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