|
||||||||||
| 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<ServiceCommandRecord>
org.robokind.impl.messaging.ServiceCommandRecord.Builder
public static class ServiceCommandRecord.Builder
RecordBuilder for ServiceCommandRecord instances.
| Method Summary | |
|---|---|
ServiceCommandRecord |
build()
|
ServiceCommandRecord.Builder |
clearCommand()
Clears the value of the 'command' field |
ServiceCommandRecord.Builder |
clearDestinationId()
Clears the value of the 'destinationId' field |
ServiceCommandRecord.Builder |
clearSourceId()
Clears the value of the 'sourceId' field |
ServiceCommandRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field |
String |
getCommand()
Gets the value of the 'command' field |
String |
getDestinationId()
Gets the value of the 'destinationId' field |
String |
getSourceId()
Gets the value of the 'sourceId' field |
Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field |
ServiceCommandRecord |
getValue()
|
boolean |
hasCommand()
Checks whether the 'command' field has been set |
boolean |
hasDestinationId()
Checks whether the 'destinationId' field has been set |
boolean |
hasSourceId()
Checks whether the 'sourceId' field has been set |
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set |
ServiceCommandRecord.Builder |
setCommand(String value)
Sets the value of the 'command' field |
ServiceCommandRecord.Builder |
setDestinationId(String value)
Sets the value of the 'destinationId' field |
ServiceCommandRecord.Builder |
setSourceId(String value)
Sets the value of the 'sourceId' field |
ServiceCommandRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' 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 ServiceCommandRecord.Builder setSourceId(String value)
public boolean hasSourceId()
public ServiceCommandRecord.Builder clearSourceId()
public String getDestinationId()
public ServiceCommandRecord.Builder setDestinationId(String value)
public boolean hasDestinationId()
public ServiceCommandRecord.Builder clearDestinationId()
public Long getTimestampMillisecUTC()
public ServiceCommandRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public ServiceCommandRecord.Builder clearTimestampMillisecUTC()
public String getCommand()
public ServiceCommandRecord.Builder setCommand(String value)
public boolean hasCommand()
public ServiceCommandRecord.Builder clearCommand()
public ServiceCommandRecord build()
build in interface org.apache.avro.data.RecordBuilder<ServiceCommandRecord>public ServiceCommandRecord getValue()
getValue in interface org.jflux.api.core.Source<ServiceCommandRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||