public static class TimelineV3.NetworkEvent extends TimelineV3.EventV3<Iced,TimelineV3.NetworkEvent>
Schema.Meta| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
from |
boolean |
is_send |
java.lang.String |
to |
| 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, fillFromImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setFieldclone, copyOver, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, toJsonString, write_impl, write, writeExternal, writeJSON_impl, writeJSON@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