public static class DataTree.ProcessTxnResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
clientId |
int |
cxid |
int |
err |
java.util.List<DataTree.ProcessTxnResult> |
multiResult |
java.lang.String |
path |
Stat |
stat |
int |
type |
long |
zxid |
Constructor and Description |
---|
DataTree.ProcessTxnResult() |
public long clientId
public int cxid
public long zxid
public int err
public int type
public java.lang.String path
public Stat stat
public java.util.List<DataTree.ProcessTxnResult> multiResult
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
equals(Object)
,
Object.hashCode()
Copyright © 2014 The Apache Software Foundation