public static class TimelineV2.NetworkEvent extends TimelineV2.Event
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
from |
boolean |
isSend |
java.lang.String |
to |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
bytes() |
protected java.lang.String |
event() |
protected java.lang.String |
ioType() |
java.lang.String |
toString() |
protected java.lang.String |
who() |
clone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSON@API(help="Boolean flag distinguishing between sends (true) and receives(false)") public final boolean isSend
protected java.lang.String who()
who in class TimelineV2.Eventprotected java.lang.String ioType()
ioType in class TimelineV2.Eventprotected java.lang.String event()
event in class TimelineV2.Eventpublic java.lang.String bytes()
bytes in class TimelineV2.Eventpublic java.lang.String toString()
toString in class java.lang.Object