|
||||||||||
| 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<AnimationRecord>
org.mechio.impl.animation.messaging.AnimationRecord.Builder
public static class AnimationRecord.Builder
RecordBuilder for AnimationRecord instances.
| Method Summary | |
|---|---|
AnimationRecord |
build()
|
AnimationRecord.Builder |
clearChannels()
Clears the value of the 'channels' field |
AnimationRecord.Builder |
clearName()
Clears the value of the 'name' field |
AnimationRecord.Builder |
clearStartTime()
Clears the value of the 'startTime' field |
AnimationRecord.Builder |
clearStopTime()
Clears the value of the 'stopTime' field |
AnimationRecord.Builder |
clearVersionNumber()
Clears the value of the 'versionNumber' field |
List<ChannelRecord> |
getChannels()
Gets the value of the 'channels' field |
String |
getName()
Gets the value of the 'name' field |
Long |
getStartTime()
Gets the value of the 'startTime' field |
Long |
getStopTime()
Gets the value of the 'stopTime' field |
String |
getVersionNumber()
Gets the value of the 'versionNumber' field |
boolean |
hasChannels()
Checks whether the 'channels' 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 |
boolean |
hasVersionNumber()
Checks whether the 'versionNumber' field has been set |
AnimationRecord.Builder |
setChannels(List<ChannelRecord> value)
Sets the value of the 'channels' field |
AnimationRecord.Builder |
setName(String value)
Sets the value of the 'name' field |
AnimationRecord.Builder |
setStartTime(Long value)
Sets the value of the 'startTime' field |
AnimationRecord.Builder |
setStopTime(Long value)
Sets the value of the 'stopTime' field |
AnimationRecord.Builder |
setVersionNumber(String value)
Sets the value of the 'versionNumber' 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 String getName()
public AnimationRecord.Builder setName(String value)
public boolean hasName()
public AnimationRecord.Builder clearName()
public String getVersionNumber()
public AnimationRecord.Builder setVersionNumber(String value)
public boolean hasVersionNumber()
public AnimationRecord.Builder clearVersionNumber()
public Long getStopTime()
public AnimationRecord.Builder setStopTime(Long value)
public boolean hasStopTime()
public AnimationRecord.Builder clearStopTime()
public Long getStartTime()
public AnimationRecord.Builder setStartTime(Long value)
public boolean hasStartTime()
public AnimationRecord.Builder clearStartTime()
public List<ChannelRecord> getChannels()
public AnimationRecord.Builder setChannels(List<ChannelRecord> value)
public boolean hasChannels()
public AnimationRecord.Builder clearChannels()
public AnimationRecord build()
build in interface org.apache.avro.data.RecordBuilder<AnimationRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||