Overview
This topic describes the PushDocumentsResponseModel class and its methods. The PushDocumentsRequestModel class is the return object of the Client.pushDocuments() method. For more information, see Client class.
Class security
Thread-safe
Constructor
PushDocumentsResponseModel()
setHeaders method
Syntax
PushDocumentsResponseModel setHeaders(java.util.Map<String, String> headers)
Parameter description
Parameter | Type | Description |
headers | Map | The header information. |
getHeaders method
Syntax
java.util.Map<String, String> getHeaders()
Response
java.util.Map<String, String> Headers=
setBody method
Syntax
PushDocumentsResponseModel setBody(String body)
Parameter description
Parameter | Type | Description |
body | String | Returns the query result. |
getBody method
Syntax
String getBody()
Response
String Body=