public static class MotionFrameEventRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<MotionFrameEventRecord> implements org.apache.avro.data.RecordBuilder<MotionFrameEventRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
Long |
getCurrentTimeMillisecUTC()
Gets the value of the 'currentTimeMillisecUTC' field
|
String |
getDestinationId()
Gets the value of the 'destinationId' field
|
MotionFrameRecord |
getMotionFrame()
Gets the value of the 'motionFrame' field
|
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(String value)
Sets the value of the 'destinationId' field
|
MotionFrameEventRecord.Builder |
setMotionFrame(MotionFrameRecord value)
Sets the value of the 'motionFrame' field
|
MotionFrameEventRecord.Builder |
setSourceId(String value)
Sets the value of the 'sourceId' field
|
public String getSourceId()
public MotionFrameEventRecord.Builder setSourceId(String value)
public boolean hasSourceId()
public MotionFrameEventRecord.Builder clearSourceId()
public String getDestinationId()
public MotionFrameEventRecord.Builder setDestinationId(String value)
public boolean hasDestinationId()
public MotionFrameEventRecord.Builder clearDestinationId()
public 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>Copyright © 2011-2014. All Rights Reserved.