public static class RobotPositionResponseRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<RobotPositionResponseRecord> implements org.apache.avro.data.RecordBuilder<RobotPositionResponseRecord>
| Modifier and Type | Method and Description |
|---|---|
RobotPositionResponseRecord |
build() |
RobotPositionResponseRecord.Builder |
clearPositionResponse()
Clears the value of the 'positionResponse' field
|
RobotPositionResponseRecord.Builder |
clearResponseHeader()
Clears the value of the 'responseHeader' field
|
RobotPositionMapRecord |
getPositionResponse()
Gets the value of the 'positionResponse' field
|
RobotResponseHeaderRecord |
getResponseHeader()
Gets the value of the 'responseHeader' field
|
boolean |
hasPositionResponse()
Checks whether the 'positionResponse' field has been set
|
boolean |
hasResponseHeader()
Checks whether the 'responseHeader' field has been set
|
RobotPositionResponseRecord.Builder |
setPositionResponse(RobotPositionMapRecord value)
Sets the value of the 'positionResponse' field
|
RobotPositionResponseRecord.Builder |
setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field
|
public RobotResponseHeaderRecord getResponseHeader()
public RobotPositionResponseRecord.Builder setResponseHeader(RobotResponseHeaderRecord value)
public boolean hasResponseHeader()
public RobotPositionResponseRecord.Builder clearResponseHeader()
public RobotPositionMapRecord getPositionResponse()
public RobotPositionResponseRecord.Builder setPositionResponse(RobotPositionMapRecord value)
public boolean hasPositionResponse()
public RobotPositionResponseRecord.Builder clearPositionResponse()
public RobotPositionResponseRecord build()
build in interface org.apache.avro.data.RecordBuilder<RobotPositionResponseRecord>Copyright © 2011-2014. All Rights Reserved.