org.sdnplatform.sync.internal.remote
Class SyncReply
java.lang.Object
org.sdnplatform.sync.internal.remote.SyncReply
public class SyncReply
- extends java.lang.Object
Constructor Summary |
SyncReply(java.util.List<Versioned<byte[]>> values,
java.util.List<KeyedValues> keyedValues,
boolean success,
SyncException error,
int intValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncReply
public SyncReply(java.util.List<Versioned<byte[]>> values,
java.util.List<KeyedValues> keyedValues,
boolean success,
SyncException error,
int intValue)
getIntValue
public int getIntValue()
getKeyedValues
public java.util.List<KeyedValues> getKeyedValues()
getValues
public java.util.List<Versioned<byte[]>> getValues()
getError
public SyncException getError()
isSuccess
public boolean isSuccess()