|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.motion.messaging.MotionFrameEventRecord
public class MotionFrameEventRecord
| Nested Class Summary | |
|---|---|
static class |
MotionFrameEventRecord.Builder
RecordBuilder for MotionFrameEventRecord instances. |
| Field Summary | |
|---|---|
long |
currentTimeMillisecUTC
Deprecated. |
java.lang.String |
destinationId
Deprecated. |
MotionFrameRecord |
motionFrame
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
java.lang.String |
sourceId
Deprecated. |
| Constructor Summary | |
|---|---|
MotionFrameEventRecord()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int 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. |
org.apache.avro.Schema |
getSchema()
|
java.lang.String |
getSourceId()
Gets the value of the 'sourceId' field. |
static MotionFrameEventRecord.Builder |
newBuilder()
Creates a new MotionFrameEventRecord RecordBuilder |
static MotionFrameEventRecord.Builder |
newBuilder(MotionFrameEventRecord.Builder other)
Creates a new MotionFrameEventRecord RecordBuilder by copying an existing Builder |
static MotionFrameEventRecord.Builder |
newBuilder(MotionFrameEventRecord other)
Creates a new MotionFrameEventRecord RecordBuilder by copying an existing MotionFrameEventRecord instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setCurrentTimeMillisecUTC(java.lang.Long value)
Sets the value of the 'currentTimeMillisecUTC' field. |
void |
setDestinationId(java.lang.String value)
Sets the value of the 'destinationId' field. |
void |
setMotionFrame(MotionFrameRecord value)
Sets the value of the 'motionFrame' field. |
void |
setSourceId(java.lang.String value)
Sets the value of the 'sourceId' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.lang.String sourceId
@Deprecated public java.lang.String destinationId
@Deprecated public long currentTimeMillisecUTC
@Deprecated public MotionFrameRecord motionFrame
| Constructor Detail |
|---|
public MotionFrameEventRecord()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getSourceId()
public void setSourceId(java.lang.String value)
value - the value to set.public java.lang.String getDestinationId()
public void setDestinationId(java.lang.String value)
value - the value to set.public java.lang.Long getCurrentTimeMillisecUTC()
public void setCurrentTimeMillisecUTC(java.lang.Long value)
value - the value to set.public MotionFrameRecord getMotionFrame()
public void setMotionFrame(MotionFrameRecord value)
value - the value to set.public static MotionFrameEventRecord.Builder newBuilder()
public static MotionFrameEventRecord.Builder newBuilder(MotionFrameEventRecord.Builder other)
public static MotionFrameEventRecord.Builder newBuilder(MotionFrameEventRecord other)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||