public static class RobotRequestRecord.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<RobotRequestRecord> implements org.apache.avro.data.RecordBuilder<RobotRequestRecord>
| Modifier and Type | Method and Description |
|---|---|
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
|
Integer |
getIntParam()
Gets the value of the 'intParam' field
|
String |
getRequestDestinationId()
Gets the value of the 'requestDestinationId' field
|
String |
getRequestSourceId()
Gets the value of the 'requestSourceId' field
|
String |
getRequestType()
Gets the value of the 'requestType' field
|
String |
getRobotId()
Gets the value of the 'robotId' field
|
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(Integer value)
Sets the value of the 'intParam' field
|
RobotRequestRecord.Builder |
setRequestDestinationId(String value)
Sets the value of the 'requestDestinationId' field
|
RobotRequestRecord.Builder |
setRequestSourceId(String value)
Sets the value of the 'requestSourceId' field
|
RobotRequestRecord.Builder |
setRequestType(String value)
Sets the value of the 'requestType' field
|
RobotRequestRecord.Builder |
setRobotId(String value)
Sets the value of the 'robotId' field
|
RobotRequestRecord.Builder |
setTimestampMillisecUTC(long value)
Sets the value of the 'timestampMillisecUTC' field
|
public String getRobotId()
public RobotRequestRecord.Builder setRobotId(String value)
public boolean hasRobotId()
public RobotRequestRecord.Builder clearRobotId()
public String getRequestSourceId()
public RobotRequestRecord.Builder setRequestSourceId(String value)
public boolean hasRequestSourceId()
public RobotRequestRecord.Builder clearRequestSourceId()
public String getRequestDestinationId()
public RobotRequestRecord.Builder setRequestDestinationId(String value)
public boolean hasRequestDestinationId()
public RobotRequestRecord.Builder clearRequestDestinationId()
public String getRequestType()
public RobotRequestRecord.Builder setRequestType(String value)
public boolean hasRequestType()
public RobotRequestRecord.Builder clearRequestType()
public Long getTimestampMillisecUTC()
public RobotRequestRecord.Builder setTimestampMillisecUTC(long value)
public boolean hasTimestampMillisecUTC()
public RobotRequestRecord.Builder clearTimestampMillisecUTC()
public Integer getIntParam()
public RobotRequestRecord.Builder setIntParam(Integer value)
public boolean hasIntParam()
public RobotRequestRecord.Builder clearIntParam()
public RobotRequestRecord build()
build in interface org.apache.avro.data.RecordBuilder<RobotRequestRecord>Copyright © 2011-2014. All Rights Reserved.