public class MotionFrameEventRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
MotionFrameEventRecord.Builder
RecordBuilder for MotionFrameEventRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
long |
currentTimeMillisecUTC
Deprecated.
|
String |
destinationId
Deprecated.
|
MotionFrameRecord |
motionFrame
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
String |
sourceId
Deprecated.
|
| Constructor and Description |
|---|
MotionFrameEventRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int 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.
|
org.apache.avro.Schema |
getSchema() |
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$,
Object value$) |
void |
setCurrentTimeMillisecUTC(Long value)
Sets the value of the 'currentTimeMillisecUTC' field.
|
void |
setDestinationId(String value)
Sets the value of the 'destinationId' field.
|
void |
setMotionFrame(MotionFrameRecord value)
Sets the value of the 'motionFrame' field.
|
void |
setSourceId(String value)
Sets the value of the 'sourceId' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String sourceId
@Deprecated public String destinationId
@Deprecated public long currentTimeMillisecUTC
@Deprecated public MotionFrameRecord motionFrame
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getSourceId()
public void setSourceId(String value)
value - the value to set.public String getDestinationId()
public void setDestinationId(String value)
value - the value to set.public Long getCurrentTimeMillisecUTC()
public void setCurrentTimeMillisecUTC(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)
Copyright © 2011-2014. All Rights Reserved.