|
||||||||||
| 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<RobotStatusResponseRecord>
org.mechio.impl.motion.messaging.RobotStatusResponseRecord.Builder
public static class RobotStatusResponseRecord.Builder
RecordBuilder for RobotStatusResponseRecord instances.
| Method Summary | |
|---|---|
RobotStatusResponseRecord |
build()
|
RobotStatusResponseRecord.Builder |
clearResponseHeader()
Clears the value of the 'responseHeader' field |
RobotStatusResponseRecord.Builder |
clearStatusResponse()
Clears the value of the 'statusResponse' field |
RobotResponseHeaderRecord |
getResponseHeader()
Gets the value of the 'responseHeader' field |
java.lang.Boolean |
getStatusResponse()
Gets the value of the 'statusResponse' field |
boolean |
hasResponseHeader()
Checks whether the 'responseHeader' field has been set |
boolean |
hasStatusResponse()
Checks whether the 'statusResponse' field has been set |
RobotStatusResponseRecord.Builder |
setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field |
RobotStatusResponseRecord.Builder |
setStatusResponse(boolean value)
Sets the value of the 'statusResponse' 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 RobotResponseHeaderRecord getResponseHeader()
public RobotStatusResponseRecord.Builder setResponseHeader(RobotResponseHeaderRecord value)
public boolean hasResponseHeader()
public RobotStatusResponseRecord.Builder clearResponseHeader()
public java.lang.Boolean getStatusResponse()
public RobotStatusResponseRecord.Builder setStatusResponse(boolean value)
public boolean hasStatusResponse()
public RobotStatusResponseRecord.Builder clearStatusResponse()
public RobotStatusResponseRecord build()
build in interface org.apache.avro.data.RecordBuilder<RobotStatusResponseRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||