public class CounterResult extends MutationResult
| Constructor and Description |
|---|
CounterResult(com.couchbase.client.core.api.kv.CoreCounterResult coreCounterResult)
Creates a new
CounterResult. |
| Modifier and Type | Method and Description |
|---|---|
long |
content()
The new counter value after the mutation has been performed.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
cas, mutationTokenpublic CounterResult(com.couchbase.client.core.api.kv.CoreCounterResult coreCounterResult)
CounterResult.coreCounterResult - counter result from core.public long content()
public String toString()
toString in class MutationResultpublic boolean equals(Object o)
equals in class MutationResultpublic int hashCode()
hashCode in class MutationResultCopyright © 2024 Couchbase, Inc.. All rights reserved.