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