public class OperationStatus
extends java.lang.Object
Constructor and Description |
---|
OperationStatus(boolean success,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get the message included as part of this status.
|
boolean |
isSuccess()
Does this status indicate success?
|
java.lang.String |
toString() |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.