public class GenericManagerResponse extends BaseResponse
| Constructor and Description |
|---|
GenericManagerResponse(ResponseStatus status,
byte[] content,
int httpStatus) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
content() |
int |
httpStatus() |
String |
toString() |
statuspublic GenericManagerResponse(ResponseStatus status, byte[] content, int httpStatus)
public int httpStatus()
public byte[] content()
public String toString()
toString in class BaseResponseCopyright © 2024 Couchbase, Inc.. All rights reserved.