public final class InternalReply extends InternalMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
InternalReply.Status
Message status.
|
InternalMessage.Type| Constructor and Description |
|---|
InternalReply(int preamble,
org.onosproject.core.HybridLogicalTime time,
long id,
byte[] payload,
InternalReply.Status status) |
InternalReply(int preamble,
org.onosproject.core.HybridLogicalTime time,
long id,
InternalReply.Status status) |
| Modifier and Type | Method and Description |
|---|---|
InternalReply.Status |
status() |
java.lang.String |
toString() |
InternalMessage.Type |
type() |
public InternalReply(int preamble,
org.onosproject.core.HybridLogicalTime time,
long id,
InternalReply.Status status)
public InternalReply(int preamble,
org.onosproject.core.HybridLogicalTime time,
long id,
byte[] payload,
InternalReply.Status status)
public InternalMessage.Type type()
type in class InternalMessagepublic InternalReply.Status status()
public java.lang.String toString()
toString in class java.lang.Object