public final class BidResponseAvro extends SpecificRecordBase
| Modifier and Type | Class and Description |
|---|---|
static class |
BidResponseAvro.Builder
RecordBuilder for Avro instances.
|
| Constructor and Description |
|---|
BidResponseAvro()
Default constructor, does not initialize fields to their default values from the schema.
|
| Modifier and Type | Method and Description |
|---|---|
BidResponseAvro |
decode(Decoder _decoder)
Reads record from Avro Decoder.
|
void |
encode(Encoder _encoder)
Writes record to Avro Encoder.
|
BidResponseAvro |
freeze() |
Object |
get(int field$) |
static Schema |
getClassSchema()
Returns Avro record schema.
|
Schema |
getSchema() |
static BidResponseAvro.Builder |
newBuilder()
Creates a new BidResponseAvro RecordBuilder.
|
static BidResponseAvro.Builder |
newBuilder(BidResponseAvro.Builder other)
Creates a new BidResponseAvro RecordBuilder by copying an existing BidResponseAvro.Builder instance.
|
static BidResponseAvro.Builder |
newBuilder(BidResponseAvro other)
Creates a new BidResponseAvro RecordBuilder by copying an existing BidResponseAvro instance.
|
void |
put(int field$,
Object value$) |
public static final Schema SCHEMA$
public BidResponseAvro()
public BidResponseAvro freeze()
public Schema getSchema()
getSchema in interface GenericContainergetSchema in class SpecificRecordBasepublic Object get(int field$)
get in interface IndexedRecordget in class SpecificRecordBasepublic void encode(Encoder _encoder) throws IOException
IOExceptionpublic void put(int field$,
Object value$)
put in interface IndexedRecordput in class SpecificRecordBasepublic BidResponseAvro decode(Decoder _decoder) throws IOException
IOExceptionpublic static BidResponseAvro.Builder newBuilder()
public static BidResponseAvro.Builder newBuilder(BidResponseAvro.Builder other)
public static BidResponseAvro.Builder newBuilder(BidResponseAvro other)
public static Schema getClassSchema()
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.