public class TimelineV3 extends SchemaV3<TimelineHandler.Timeline,TimelineV3>
Modifier and Type | Class and Description |
---|---|
static class |
TimelineV3.EventV3<I,S extends TimelineV3.EventV3<I,S>> |
static class |
TimelineV3.HeartBeatEvent |
static class |
TimelineV3.IOEvent |
static class |
TimelineV3.NetworkEvent |
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
TimelineV3.EventV3[] |
events |
__meta, _exclude_fields
Constructor and Description |
---|
TimelineV3() |
Modifier and Type | Method and Description |
---|---|
TimelineV3 |
fillFromImpl(TimelineHandler.Timeline timeline)
Fill this Schema from the given implementation object.
|
createAndFillImpl, createImpl, extractVersionFromSchemaName, 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="recorded timeline events", direction=OUTPUT) public TimelineV3.EventV3[] events
public TimelineV3 fillFromImpl(TimelineHandler.Timeline timeline)
Schema
fillFromImpl
in class Schema<TimelineHandler.Timeline,TimelineV3>