public class PushDocumentsResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
body
body
|
Map<String,String> |
headers
headers
|
| Constructor and Description |
|---|
PushDocumentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
static PushDocumentsResponse |
build(Map<String,?> map) |
String |
getBody() |
Map<String,String> |
getHeaders() |
PushDocumentsResponse |
setBody(String body) |
PushDocumentsResponse |
setHeaders(Map<String,String> headers) |
@NameInMap(value="body") @Validation(required=true) public String body
body
public static PushDocumentsResponse build(Map<String,?> map) throws Exception
Exceptionpublic PushDocumentsResponse setHeaders(Map<String,String> headers)
public PushDocumentsResponse setBody(String body)
public String getBody()
Copyright © 2024. All rights reserved.