Class RawManagerResponse
java.lang.Object
com.couchbase.client.java.manager.raw.RawManagerResponse
- 
Constructor SummaryConstructorsConstructorDescriptionRawManagerResponse(ServiceType serviceType, JsonSerializer serializer, int httpStatus, byte[] payload) 
- 
Method SummaryModifier and TypeMethodDescription<T> TConverts the payload into the target format.<T> TConverts the payload into the target format.intReturns the HTTP status code returned from the cluster.Returns the service type this response has been dispatched against.toString()
- 
Constructor Details- 
RawManagerResponsepublic RawManagerResponse(ServiceType serviceType, JsonSerializer serializer, int httpStatus, byte[] payload) 
 
- 
- 
Method Details- 
httpStatuspublic int httpStatus()Returns the HTTP status code returned from the cluster.
- 
serviceTypeReturns the service type this response has been dispatched against.
- 
contentAsConverts the payload into the target format.- Parameters:
- target- the target class to deserialize into.
- Throws:
- DecodingFailureException- if any row could not be successfully deserialized.
 
- 
contentAsConverts the payload into the target format.- Parameters:
- target- the target class to deserialize into.
- Throws:
- DecodingFailureException- if any row could not be successfully deserialized.
 
- 
toString
 
-