|
||||||||||
| 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<PlayRequestRecord>
org.mechio.impl.animation.messaging.PlayRequestRecord.Builder
public static class PlayRequestRecord.Builder
RecordBuilder for PlayRequestRecord instances.
| Method Summary | |
|---|---|
PlayRequestRecord |
build()
|
PlayRequestRecord.Builder |
clearAnimationName()
Clears the value of the 'animationName' field |
PlayRequestRecord.Builder |
clearAnimationVersionNumber()
Clears the value of the 'animationVersionNumber' field |
PlayRequestRecord.Builder |
clearCurrentTimeMillisec()
Clears the value of the 'currentTimeMillisec' field |
PlayRequestRecord.Builder |
clearDestinationId()
Clears the value of the 'destinationId' field |
PlayRequestRecord.Builder |
clearSourceId()
Clears the value of the 'sourceId' field |
String |
getAnimationName()
Gets the value of the 'animationName' field |
String |
getAnimationVersionNumber()
Gets the value of the 'animationVersionNumber' 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 |
PlayRequestRecord |
getValue()
|
boolean |
hasAnimationName()
Checks whether the 'animationName' field has been set |
boolean |
hasAnimationVersionNumber()
Checks whether the 'animationVersionNumber' 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 |
PlayRequestRecord.Builder |
setAnimationName(String value)
Sets the value of the 'animationName' field |
PlayRequestRecord.Builder |
setAnimationVersionNumber(String value)
Sets the value of the 'animationVersionNumber' field |
PlayRequestRecord.Builder |
setCurrentTimeMillisec(long value)
Sets the value of the 'currentTimeMillisec' field |
PlayRequestRecord.Builder |
setDestinationId(String value)
Sets the value of the 'destinationId' field |
PlayRequestRecord.Builder |
setSourceId(String value)
Sets the value of the 'sourceId' 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 getSourceId()
public PlayRequestRecord.Builder setSourceId(String value)
public boolean hasSourceId()
public PlayRequestRecord.Builder clearSourceId()
public String getDestinationId()
public PlayRequestRecord.Builder setDestinationId(String value)
public boolean hasDestinationId()
public PlayRequestRecord.Builder clearDestinationId()
public Long getCurrentTimeMillisec()
public PlayRequestRecord.Builder setCurrentTimeMillisec(long value)
public boolean hasCurrentTimeMillisec()
public PlayRequestRecord.Builder clearCurrentTimeMillisec()
public String getAnimationName()
public PlayRequestRecord.Builder setAnimationName(String value)
public boolean hasAnimationName()
public PlayRequestRecord.Builder clearAnimationName()
public String getAnimationVersionNumber()
public PlayRequestRecord.Builder setAnimationVersionNumber(String value)
public boolean hasAnimationVersionNumber()
public PlayRequestRecord.Builder clearAnimationVersionNumber()
public PlayRequestRecord build()
build in interface org.apache.avro.data.RecordBuilder<PlayRequestRecord>public PlayRequestRecord getValue()
getValue in interface org.jflux.api.core.Source<PlayRequestRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||