public static class PlayRequestRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<PlayRequestRecord> implements org.apache.avro.data.RecordBuilder<PlayRequestRecord>, org.jflux.api.core.Source<PlayRequestRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
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>Copyright © 2011-2014. All Rights Reserved.