public class ChannelRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelRecord.Builder
RecordBuilder for ChannelRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
int |
channelId
Deprecated.
|
List<MotionPathRecord> |
motionPaths
Deprecated.
|
String |
name
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
Long |
startTime
Deprecated.
|
Long |
stopTime
Deprecated.
|
| Constructor and Description |
|---|
ChannelRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
Integer |
getChannelId()
Gets the value of the 'channelId' field.
|
List<MotionPathRecord> |
getMotionPaths()
Gets the value of the 'motionPaths' field.
|
String |
getName()
Gets the value of the 'name' field.
|
org.apache.avro.Schema |
getSchema() |
Long |
getStartTime()
Gets the value of the 'startTime' field.
|
Long |
getStopTime()
Gets the value of the 'stopTime' field.
|
static ChannelRecord.Builder |
newBuilder()
Creates a new ChannelRecord RecordBuilder
|
static ChannelRecord.Builder |
newBuilder(ChannelRecord.Builder other)
Creates a new ChannelRecord RecordBuilder by copying an existing Builder
|
static ChannelRecord.Builder |
newBuilder(ChannelRecord other)
Creates a new ChannelRecord RecordBuilder by copying an existing ChannelRecord instance
|
void |
put(int field$,
Object value$) |
void |
setChannelId(Integer value)
Sets the value of the 'channelId' field.
|
void |
setMotionPaths(List<MotionPathRecord> value)
Sets the value of the 'motionPaths' field.
|
void |
setName(String value)
Sets the value of the 'name' field.
|
void |
setStartTime(Long value)
Sets the value of the 'startTime' field.
|
void |
setStopTime(Long value)
Sets the value of the 'stopTime' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String name
@Deprecated public int channelId
@Deprecated public Long stopTime
@Deprecated public Long startTime
@Deprecated public List<MotionPathRecord> motionPaths
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 getName()
public void setName(String value)
value - the value to set.public Integer getChannelId()
public void setChannelId(Integer value)
value - the value to set.public Long getStopTime()
public void setStopTime(Long value)
value - the value to set.public Long getStartTime()
public void setStartTime(Long value)
value - the value to set.public List<MotionPathRecord> getMotionPaths()
public void setMotionPaths(List<MotionPathRecord> value)
value - the value to set.public static ChannelRecord.Builder newBuilder()
public static ChannelRecord.Builder newBuilder(ChannelRecord.Builder other)
public static ChannelRecord.Builder newBuilder(ChannelRecord other)
Copyright © 2011-2016. All Rights Reserved.