|
||||||||||
| 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<RobotRequestRecord>
org.mechio.impl.motion.messaging.RobotRequestRecord.Builder
public static class RobotRequestRecord.Builder
RecordBuilder for RobotRequestRecord instances.
| Method Summary | |
|---|---|
RobotRequestRecord |
build()
|
RobotRequestRecord.Builder |
clearIntParam()
Clears the value of the 'intParam' field |
RobotRequestRecord.Builder |
clearRequestDestinationId()
Clears the value of the 'requestDestinationId' field |
RobotRequestRecord.Builder |
clearRequestSourceId()
Clears the value of the 'requestSourceId' field |
RobotRequestRecord.Builder |
clearRequestType()
Clears the value of the 'requestType' field |
RobotRequestRecord.Builder |
clearRobotId()
Clears the value of the 'robotId' field |
RobotRequestRecord.Builder |
clearTimestampMillisecUTC()
Clears the value of the 'timestampMillisecUTC' field |
java.lang.Integer |
getIntParam()
Gets the value of the 'intParam' field |
java.lang.String |
getRequestDestinationId()
Gets the value of the 'requestDestinationId' field |
java.lang.String |
getRequestSourceId()
Gets the value of the 'requestSourceId' field |
java.lang.String |
getRequestType()
Gets the value of the 'requestType' field |
java.lang.String |
getRobotId()
Gets the value of the 'robotId' field |
java.lang.Long |
getTimestampMillisecUTC()
Gets the value of the 'timestampMillisecUTC' field |
boolean |
hasIntParam()
Checks whether the 'intParam' field has been set |
boolean |
hasRequestDestinationId()
Checks whether the 'requestDestinationId' field has been set |
boolean |
hasRequestSourceId()
Checks whether the 'requestSourceId' field has been set |
boolean |
hasRequestType()
Checks whether the 'requestType' field has been set |
boolean |
hasRobotId()
Checks whether the 'robotId' field has been set |
boolean |
hasTimestampMillisecUTC()
Checks whether the 'timestampMillisecUTC' field has been set |
RobotRequestRecord.Builder |
setIntParam(java.lang.Integer value)
Sets the value of the 'intParam' field |
RobotRequestRecord.Builder |
setRequestDestinationId(java.lang.String value)
Sets the value of the 'requestDestinationId' field |
RobotRequestRecord.Builder |
setRequestSourceId(java.lang.String value)
Sets the value of the 'requestSourceId' field |
RobotRequestRecord.Builder |
setRequestType(java.lang.String value)
Sets the value of the 'requestType' field |
RobotRequestRecord.Builder |
setRobotId(java.lang.String value)
Sets the value of the 'robotId' field |
RobotRequestRecord.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 java.lang.String getRobotId()
public RobotRequestRecord.Builder setRobotId(java.lang.String value)
public boolean hasRobotId()
public RobotRequestRecord.Builder clearRobotId()
public java.lang.String getRequestSourceId()
public RobotRequestRecord.Builder setRequestSourceId(java.lang.String value)
public boolean hasRequestSourceId()
public RobotRequestRecord.Builder clearRequestSourceId()
public java.lang.String getRequestDestinationId()
public RobotRequestRecord.Builder setRequestDestinationId(java.lang.String value)
public boolean hasRequestDestinationId()
public RobotRequestRecord.Builder clearRequestDestinationId()
public java.lang.String getRequestType()
public RobotRequestRecord.Builder setRequestType(java.lang.String value)
public boolean hasRequestType()
public RobotRequestRecord.Builder clearRequestType()
public java.lang.Long getTimestampMillisecUTC()
public RobotRequestRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public RobotRequestRecord.Builder clearTimestampMillisecUTC()
public java.lang.Integer getIntParam()
public RobotRequestRecord.Builder setIntParam(java.lang.Integer value)
public boolean hasIntParam()
public RobotRequestRecord.Builder clearIntParam()
public RobotRequestRecord build()
build in interface org.apache.avro.data.RecordBuilder<RobotRequestRecord>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||