public class WaterMeterCpuTicksV3 extends SchemaV3<WaterMeterCpuTicks,WaterMeterCpuTicksV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
long[][] |
cpu_ticks |
int |
nodeidx |
__meta, _exclude_fields
Constructor and Description |
---|
WaterMeterCpuTicksV3() |
Modifier and Type | Method and Description |
---|---|
WaterMeterCpuTicks |
createImpl()
Create an appropriate implementation object and any child objects but does not fill them.
|
WaterMeterCpuTicksV3 |
fillFromImpl(WaterMeterCpuTicks i)
Fill this Schema from the given implementation object.
|
createAndFillImpl, 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="Index of node to query ticks for (0-based)", required=true, direction=INPUT) public int nodeidx
public WaterMeterCpuTicks createImpl()
Schema
For objects without children this method does all the required work. For objects with children the subclass will need to override, e.g. by calling super.createImpl() and then calling createImpl() on its children.
Note that impl objects for schemas which override this method don't need to have a default constructor (e.g., a Keyed object constructor can still create and set the Key), but they must not fill any fields which can be filled later from the schema.
TODO: We could handle the common case of children with the same field names here by finding all of our fields that are themselves Schemas.
createImpl
in class Schema<WaterMeterCpuTicks,WaterMeterCpuTicksV3>
public WaterMeterCpuTicksV3 fillFromImpl(WaterMeterCpuTicks i)
Schema
fillFromImpl
in class Schema<WaterMeterCpuTicks,WaterMeterCpuTicksV3>