public static final class ClusterManager.HttpResult
extends java.lang.Object
| Constructor and Description |
|---|
HttpResult(java.lang.String entity,
int code,
java.lang.String phrase,
java.lang.String reason)
Create a new
ClusterManager.HttpResult. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBody() |
int |
getErrorCode() |
java.lang.String |
getErrorPhrase() |
java.lang.String |
getReason() |
public HttpResult(java.lang.String entity,
int code,
java.lang.String phrase,
java.lang.String reason)
ClusterManager.HttpResult.entity - the underlying entity.code - the response code.phrase - the error phrase.reason - the error reason.Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.