Represents the response returned by the Client.Search() method. For more information, see Client class.
Class security
Thread-safe
Constructor
SearchResponseModel()Set the headers parameter
Syntax
SearchRequestModel setHeaders(java.util.Map<String, String> headers)Description
| Parameter | Type | Description |
|---|---|---|
| headers | Map | The header information of the SearchResponseModel object. |
Get the headers parameter
Syntax
java.util.Map<String, String> getHeaders()Returned result
java.util.Map<String, String>headers parameter value
Set the body parameter
Syntax
SearchResponseModel setBody(String body)Description
| Parameter | Type | Description |
|---|---|---|
| body | String | The query results. |
Get the body parameter
Syntax
String getBody()Returned result
Stringbody parameter value
该文章对您有帮助吗?