public static class AnimationEventRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<AnimationEventRecord> implements org.apache.avro.data.RecordBuilder<AnimationEventRecord>
| Modifier and Type | Method and Description |
|---|---|
AnimationEventRecord |
build() |
AnimationEventRecord.Builder |
clearAnimation()
Clears the value of the 'animation' field
|
AnimationEventRecord.Builder |
clearCurrentTimeMillisec()
Clears the value of the 'currentTimeMillisec' field
|
AnimationEventRecord.Builder |
clearDestinationId()
Clears the value of the 'destinationId' field
|
AnimationEventRecord.Builder |
clearSourceId()
Clears the value of the 'sourceId' field
|
AnimationRecord |
getAnimation()
Gets the value of the 'animation' field
|
Long |
getCurrentTimeMillisec()
Gets the value of the 'currentTimeMillisec' field
|
String |
getDestinationId()
Gets the value of the 'destinationId' field
|
String |
getSourceId()
Gets the value of the 'sourceId' field
|
boolean |
hasAnimation()
Checks whether the 'animation' field has been set
|
boolean |
hasCurrentTimeMillisec()
Checks whether the 'currentTimeMillisec' field has been set
|
boolean |
hasDestinationId()
Checks whether the 'destinationId' field has been set
|
boolean |
hasSourceId()
Checks whether the 'sourceId' field has been set
|
AnimationEventRecord.Builder |
setAnimation(AnimationRecord value)
Sets the value of the 'animation' field
|
AnimationEventRecord.Builder |
setCurrentTimeMillisec(long value)
Sets the value of the 'currentTimeMillisec' field
|
AnimationEventRecord.Builder |
setDestinationId(String value)
Sets the value of the 'destinationId' field
|
AnimationEventRecord.Builder |
setSourceId(String value)
Sets the value of the 'sourceId' field
|
public String getSourceId()
public AnimationEventRecord.Builder setSourceId(String value)
public boolean hasSourceId()
public AnimationEventRecord.Builder clearSourceId()
public String getDestinationId()
public AnimationEventRecord.Builder setDestinationId(String value)
public boolean hasDestinationId()
public AnimationEventRecord.Builder clearDestinationId()
public Long getCurrentTimeMillisec()
public AnimationEventRecord.Builder setCurrentTimeMillisec(long value)
public boolean hasCurrentTimeMillisec()
public AnimationEventRecord.Builder clearCurrentTimeMillisec()
public AnimationRecord getAnimation()
public AnimationEventRecord.Builder setAnimation(AnimationRecord value)
public boolean hasAnimation()
public AnimationEventRecord.Builder clearAnimation()
public AnimationEventRecord build()
build in interface org.apache.avro.data.RecordBuilder<AnimationEventRecord>Copyright © 2011-2014. All Rights Reserved.