public class RobotStatusResponseRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
RobotStatusResponseRecord.Builder
RecordBuilder for RobotStatusResponseRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
RobotResponseHeaderRecord |
responseHeader
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
boolean |
statusResponse
Deprecated.
|
| Constructor and Description |
|---|
RobotStatusResponseRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
RobotResponseHeaderRecord |
getResponseHeader()
Gets the value of the 'responseHeader' field.
|
org.apache.avro.Schema |
getSchema() |
Boolean |
getStatusResponse()
Gets the value of the 'statusResponse' field.
|
static RobotStatusResponseRecord.Builder |
newBuilder()
Creates a new RobotStatusResponseRecord RecordBuilder
|
static RobotStatusResponseRecord.Builder |
newBuilder(RobotStatusResponseRecord.Builder other)
Creates a new RobotStatusResponseRecord RecordBuilder by copying an existing Builder
|
static RobotStatusResponseRecord.Builder |
newBuilder(RobotStatusResponseRecord other)
Creates a new RobotStatusResponseRecord RecordBuilder by copying an existing RobotStatusResponseRecord instance
|
void |
put(int field$,
Object value$) |
void |
setResponseHeader(RobotResponseHeaderRecord value)
Sets the value of the 'responseHeader' field.
|
void |
setStatusResponse(Boolean value)
Sets the value of the 'statusResponse' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public RobotResponseHeaderRecord responseHeader
@Deprecated public boolean statusResponse
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBasepublic void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic RobotResponseHeaderRecord getResponseHeader()
public void setResponseHeader(RobotResponseHeaderRecord value)
value - the value to set.public Boolean getStatusResponse()
public void setStatusResponse(Boolean value)
value - the value to set.public static RobotStatusResponseRecord.Builder newBuilder()
public static RobotStatusResponseRecord.Builder newBuilder(RobotStatusResponseRecord.Builder other)
public static RobotStatusResponseRecord.Builder newBuilder(RobotStatusResponseRecord other)
Copyright © 2011-2014. All Rights Reserved.