|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.data.RecordBuilderBase<T>
org.apache.avro.specific.SpecificRecordBuilderBase<MotionFrameEventRecord>
org.mechio.impl.motion.messaging.MotionFrameEventRecord.Builder
public static class MotionFrameEventRecord.Builder
RecordBuilder for MotionFrameEventRecord instances.
| Method Summary | |
|---|---|
MotionFrameEventRecord |
build()
|
MotionFrameEventRecord.Builder |
clearCurrentTimeMillisecUTC()
Clears the value of the 'currentTimeMillisecUTC' field |
MotionFrameEventRecord.Builder |
clearDestinationId()
Clears the value of the 'destinationId' field |
MotionFrameEventRecord.Builder |
clearMotionFrame()
Clears the value of the 'motionFrame' field |
MotionFrameEventRecord.Builder |
clearSourceId()
Clears the value of the 'sourceId' field |
java.lang.Long |
getCurrentTimeMillisecUTC()
Gets the value of the 'currentTimeMillisecUTC' field |
java.lang.String |
getDestinationId()
Gets the value of the 'destinationId' field |
MotionFrameRecord |
getMotionFrame()
Gets the value of the 'motionFrame' field |
java.lang.String |
getSourceId()
Gets the value of the 'sourceId' field |
boolean |
hasCurrentTimeMillisecUTC()
Checks whether the 'currentTimeMillisecUTC' field has been set |
boolean |
hasDestinationId()
Checks whether the 'destinationId' field has been set |
boolean |
hasMotionFrame()
Checks whether the 'motionFrame' field has been set |
boolean |
hasSourceId()
Checks whether the 'sourceId' field has been set |
MotionFrameEventRecord.Builder |
setCurrentTimeMillisecUTC(long value)
Sets the value of the 'currentTimeMillisecUTC' field |
MotionFrameEventRecord.Builder |
setDestinationId(java.lang.String value)
Sets the value of the 'destinationId' field |
MotionFrameEventRecord.Builder |
setMotionFrame(MotionFrameRecord value)
Sets the value of the 'motionFrame' field |
MotionFrameEventRecord.Builder |
setSourceId(java.lang.String value)
Sets the value of the 'sourceId' field |
| Methods inherited from class org.apache.avro.data.RecordBuilderBase |
|---|
data, defaultValue, equals, fields, fieldSetFlags, hashCode, isValidValue, schema, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getSourceId()
public MotionFrameEventRecord.Builder setSourceId(java.lang.String value)
public boolean hasSourceId()
public MotionFrameEventRecord.Builder clearSourceId()
public java.lang.String getDestinationId()
public MotionFrameEventRecord.Builder setDestinationId(java.lang.String value)
public boolean hasDestinationId()
public MotionFrameEventRecord.Builder clearDestinationId()
public java.lang.Long getCurrentTimeMillisecUTC()
public MotionFrameEventRecord.Builder setCurrentTimeMillisecUTC(long value)
public boolean hasCurrentTimeMillisecUTC()
public MotionFrameEventRecord.Builder clearCurrentTimeMillisecUTC()
public MotionFrameRecord getMotionFrame()
public MotionFrameEventRecord.Builder setMotionFrame(MotionFrameRecord value)
public boolean hasMotionFrame()
public MotionFrameEventRecord.Builder clearMotionFrame()
public MotionFrameEventRecord build()
build in interface org.apache.avro.data.RecordBuilder<MotionFrameEventRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||