public class AvroTaskMessage extends org.apache.avro.specific.SpecificRecordBase implements org.apache.avro.specific.SpecificRecord
| Modifier and Type | Class and Description |
|---|---|
static class |
AvroTaskMessage.Builder
RecordBuilder for AvroTaskMessage instances.
|
| Modifier and Type | Field and Description |
|---|---|
CharSequence |
contextId
Deprecated.
|
ByteBuffer |
get
Deprecated.
|
CharSequence |
id
Deprecated.
|
CharSequence |
messageSourceId
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
| Constructor and Description |
|---|
AvroTaskMessage()
Default constructor.
|
AvroTaskMessage(CharSequence id,
CharSequence contextId,
CharSequence messageSourceId,
ByteBuffer get)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
CharSequence |
getContextId()
Gets the value of the 'contextId' field.
|
ByteBuffer |
getGet()
Gets the value of the 'get' field.
|
CharSequence |
getId()
Gets the value of the 'id' field.
|
CharSequence |
getMessageSourceId()
Gets the value of the 'messageSourceId' field.
|
org.apache.avro.Schema |
getSchema() |
static AvroTaskMessage.Builder |
newBuilder()
Creates a new AvroTaskMessage RecordBuilder
|
static AvroTaskMessage.Builder |
newBuilder(AvroTaskMessage.Builder other)
Creates a new AvroTaskMessage RecordBuilder by copying an existing Builder
|
static AvroTaskMessage.Builder |
newBuilder(AvroTaskMessage other)
Creates a new AvroTaskMessage RecordBuilder by copying an existing AvroTaskMessage instance
|
void |
put(int field$,
Object value$) |
void |
setContextId(CharSequence value)
Sets the value of the 'contextId' field.
|
void |
setGet(ByteBuffer value)
Sets the value of the 'get' field.
|
void |
setId(CharSequence value)
Sets the value of the 'id' field.
|
void |
setMessageSourceId(CharSequence value)
Sets the value of the 'messageSourceId' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public CharSequence id
@Deprecated public CharSequence contextId
@Deprecated public CharSequence messageSourceId
@Deprecated public ByteBuffer get
public AvroTaskMessage()
newBuilder().public AvroTaskMessage(CharSequence id, CharSequence contextId, CharSequence messageSourceId, ByteBuffer get)
public static org.apache.avro.Schema getClassSchema()
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 CharSequence getId()
public void setId(CharSequence value)
value - the value to set.public CharSequence getContextId()
public void setContextId(CharSequence value)
value - the value to set.public CharSequence getMessageSourceId()
public void setMessageSourceId(CharSequence value)
value - the value to set.public ByteBuffer getGet()
public void setGet(ByteBuffer value)
value - the value to set.public static AvroTaskMessage.Builder newBuilder()
public static AvroTaskMessage.Builder newBuilder(AvroTaskMessage.Builder other)
public static AvroTaskMessage.Builder newBuilder(AvroTaskMessage other)
Copyright © 2016 The Apache Software Foundation. All rights reserved.