Feature overview
This topic describes the features and methods of the PushDocumentsResponseModel class. This class is the object returned by the ModelClient.pushDocuments() method.
Class security description
The PushDocumentsResponseModel class is thread-safe.
Constructor
PushDocumentsResponseModel()Set the Headers parameter
Description
PushDocumentsResponseModel setHeaders(java.util.Map<String, String> headers)Parameters
Parameter | Type | Description |
headers | Map | The header information of PushDocumentsResponseModel. |
Get the Headers parameter
Interface Description
java.util.Map<String, String> getHeaders()Return value
The Headers parameter is a java.util.Map<String, String>.
Set the Body parameter
Interface description
PushDocumentsResponseModel setBody(String body)
Parameter description
Parameter name | Type | Description |
body | String | The returned query data. |
Get the Body parameter
API description
String getBody()Return value
The value of the Body parameter.
该文章对您有帮助吗?