public class RobotResponseHeaderRecord
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
RobotResponseHeaderRecord.Builder
RecordBuilder for RobotResponseHeaderRecord instances.
|
| Modifier and Type | Field and Description |
|---|---|
String |
requestDestinationId
Deprecated.
|
String |
requestSourceId
Deprecated.
|
long |
requestTimestampMillisecUTC
Deprecated.
|
String |
requestType
Deprecated.
|
long |
responseTimestampMillisecUTC
Deprecated.
|
String |
robotId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
RobotResponseHeaderRecord() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
String |
getRequestDestinationId()
Gets the value of the 'requestDestinationId' field.
|
String |
getRequestSourceId()
Gets the value of the 'requestSourceId' field.
|
Long |
getRequestTimestampMillisecUTC()
Gets the value of the 'requestTimestampMillisecUTC' field.
|
String |
getRequestType()
Gets the value of the 'requestType' field.
|
Long |
getResponseTimestampMillisecUTC()
Gets the value of the 'responseTimestampMillisecUTC' field.
|
String |
getRobotId()
Gets the value of the 'robotId' field.
|
org.apache.avro.Schema |
getSchema() |
static RobotResponseHeaderRecord.Builder |
newBuilder()
Creates a new RobotResponseHeaderRecord RecordBuilder
|
static RobotResponseHeaderRecord.Builder |
newBuilder(RobotResponseHeaderRecord.Builder other)
Creates a new RobotResponseHeaderRecord RecordBuilder by copying an existing Builder
|
static RobotResponseHeaderRecord.Builder |
newBuilder(RobotResponseHeaderRecord other)
Creates a new RobotResponseHeaderRecord RecordBuilder by copying an existing RobotResponseHeaderRecord instance
|
void |
put(int field$,
Object value$) |
void |
setRequestDestinationId(String value)
Sets the value of the 'requestDestinationId' field.
|
void |
setRequestSourceId(String value)
Sets the value of the 'requestSourceId' field.
|
void |
setRequestTimestampMillisecUTC(Long value)
Sets the value of the 'requestTimestampMillisecUTC' field.
|
void |
setRequestType(String value)
Sets the value of the 'requestType' field.
|
void |
setResponseTimestampMillisecUTC(Long value)
Sets the value of the 'responseTimestampMillisecUTC' field.
|
void |
setRobotId(String value)
Sets the value of the 'robotId' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public String robotId
@Deprecated public String requestSourceId
@Deprecated public String requestDestinationId
@Deprecated public String requestType
@Deprecated public long requestTimestampMillisecUTC
@Deprecated public long responseTimestampMillisecUTC
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 String getRobotId()
public void setRobotId(String value)
value - the value to set.public String getRequestSourceId()
public void setRequestSourceId(String value)
value - the value to set.public String getRequestDestinationId()
public void setRequestDestinationId(String value)
value - the value to set.public String getRequestType()
public void setRequestType(String value)
value - the value to set.public Long getRequestTimestampMillisecUTC()
public void setRequestTimestampMillisecUTC(Long value)
value - the value to set.public Long getResponseTimestampMillisecUTC()
public void setResponseTimestampMillisecUTC(Long value)
value - the value to set.public static RobotResponseHeaderRecord.Builder newBuilder()
public static RobotResponseHeaderRecord.Builder newBuilder(RobotResponseHeaderRecord.Builder other)
public static RobotResponseHeaderRecord.Builder newBuilder(RobotResponseHeaderRecord other)
Copyright © 2011-2014. All Rights Reserved.