|
||||||||||
| 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<ChannelRecord>
org.mechio.impl.animation.messaging.ChannelRecord.Builder
public static class ChannelRecord.Builder
RecordBuilder for ChannelRecord instances.
| Method Summary | |
|---|---|
ChannelRecord |
build()
|
ChannelRecord.Builder |
clearChannelId()
Clears the value of the 'channelId' field |
ChannelRecord.Builder |
clearMotionPaths()
Clears the value of the 'motionPaths' field |
ChannelRecord.Builder |
clearName()
Clears the value of the 'name' field |
ChannelRecord.Builder |
clearStartTime()
Clears the value of the 'startTime' field |
ChannelRecord.Builder |
clearStopTime()
Clears the value of the 'stopTime' field |
java.lang.Integer |
getChannelId()
Gets the value of the 'channelId' field |
java.util.List<MotionPathRecord> |
getMotionPaths()
Gets the value of the 'motionPaths' field |
java.lang.String |
getName()
Gets the value of the 'name' field |
java.lang.Long |
getStartTime()
Gets the value of the 'startTime' field |
java.lang.Long |
getStopTime()
Gets the value of the 'stopTime' field |
boolean |
hasChannelId()
Checks whether the 'channelId' field has been set |
boolean |
hasMotionPaths()
Checks whether the 'motionPaths' field has been set |
boolean |
hasName()
Checks whether the 'name' field has been set |
boolean |
hasStartTime()
Checks whether the 'startTime' field has been set |
boolean |
hasStopTime()
Checks whether the 'stopTime' field has been set |
ChannelRecord.Builder |
setChannelId(int value)
Sets the value of the 'channelId' field |
ChannelRecord.Builder |
setMotionPaths(java.util.List<MotionPathRecord> value)
Sets the value of the 'motionPaths' field |
ChannelRecord.Builder |
setName(java.lang.String value)
Sets the value of the 'name' field |
ChannelRecord.Builder |
setStartTime(java.lang.Long value)
Sets the value of the 'startTime' field |
ChannelRecord.Builder |
setStopTime(java.lang.Long value)
Sets the value of the 'stopTime' 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 getName()
public ChannelRecord.Builder setName(java.lang.String value)
public boolean hasName()
public ChannelRecord.Builder clearName()
public java.lang.Integer getChannelId()
public ChannelRecord.Builder setChannelId(int value)
public boolean hasChannelId()
public ChannelRecord.Builder clearChannelId()
public java.lang.Long getStopTime()
public ChannelRecord.Builder setStopTime(java.lang.Long value)
public boolean hasStopTime()
public ChannelRecord.Builder clearStopTime()
public java.lang.Long getStartTime()
public ChannelRecord.Builder setStartTime(java.lang.Long value)
public boolean hasStartTime()
public ChannelRecord.Builder clearStartTime()
public java.util.List<MotionPathRecord> getMotionPaths()
public ChannelRecord.Builder setMotionPaths(java.util.List<MotionPathRecord> value)
public boolean hasMotionPaths()
public ChannelRecord.Builder clearMotionPaths()
public ChannelRecord build()
build in interface org.apache.avro.data.RecordBuilder<ChannelRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||