Class Response
- java.lang.Object
-
- org.opendaylight.ovsdb.lib.message.Response
-
- Direct Known Subclasses:
EchoResponse
,TableUpdates
,TransactResponse
public abstract class Response extends Object
-
-
Constructor Summary
Constructors Constructor Description Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDetails()
Object
getError()
void
setDetails(Object details)
void
setError(Object error)
-