public static class TimelineV3.NetworkEvent extends TimelineV3.EventV3<Iced,TimelineV3.NetworkEvent>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
java.lang.String |
from |
boolean |
is_send |
java.lang.String |
to |
__meta, _exclude_fields
Constructor and Description |
---|
TimelineV3.NetworkEvent() |
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() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="Boolean flag distinguishing between sends (true) and receives(false)") public final boolean is_send
protected java.lang.String who()
who
in class TimelineV3.EventV3<Iced,TimelineV3.NetworkEvent>
protected java.lang.String ioType()
ioType
in class TimelineV3.EventV3<Iced,TimelineV3.NetworkEvent>
protected java.lang.String event()
event
in class TimelineV3.EventV3<Iced,TimelineV3.NetworkEvent>
public java.lang.String bytes()
bytes
in class TimelineV3.EventV3<Iced,TimelineV3.NetworkEvent>
public java.lang.String toString()
toString
in class java.lang.Object