public class FrameChunksV3 extends SchemaV3<Iced,FrameChunksV3>
Modifier and Type | Class and Description |
---|---|
static class |
FrameChunksV3.FrameChunkV3 |
SchemaV3.Meta
Schema.AutoParseable
Modifier and Type | Field and Description |
---|---|
FrameChunksV3.FrameChunkV3[] |
chunks |
KeyV3.FrameKeyV3 |
frame_id |
Constructor and Description |
---|
FrameChunksV3() |
Modifier and Type | Method and Description |
---|---|
FrameChunksV3 |
fillFromFrame(Frame frame) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, 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, toJsonBytes, toJsonString, write, writeExternal
@API(help="ID of a given frame", required=true, direction=INOUT) public KeyV3.FrameKeyV3 frame_id
@API(help="Description of particular chunks", direction=OUTPUT) public FrameChunksV3.FrameChunkV3[] chunks
public FrameChunksV3 fillFromFrame(Frame frame)