Class SearchQueryResponse
- java.lang.Object
-
- com.couchbase.client.core.message.AbstractCouchbaseResponse
-
- com.couchbase.client.core.message.search.SearchQueryResponse
-
- All Implemented Interfaces:
CouchbaseMessage
,CouchbaseResponse
public class SearchQueryResponse extends AbstractCouchbaseResponse
Result of the full text search query.- Since:
- 1.2.4
- Author:
- Sergey Avseyev
-
-
Constructor Summary
Constructors Constructor Description SearchQueryResponse(String payload, ResponseStatus status, int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
payload()
int
statusCode()
Returns the raw http status code.String
toString()
-
Methods inherited from class com.couchbase.client.core.message.AbstractCouchbaseResponse
creationTime, request, status, statusDetails, statusDetails
-
-
-
-
Constructor Detail
-
SearchQueryResponse
public SearchQueryResponse(String payload, ResponseStatus status, int statusCode)
-
-
Method Detail
-
payload
public String payload()
-
statusCode
public int statusCode()
Returns the raw http status code.
-
toString
public String toString()
- Overrides:
toString
in classAbstractCouchbaseResponse
-
-