public class Engine
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
Engine.Builder
RecordBuilder for Engine instances.
|
Modifier and Type | Field and Description |
---|---|
float |
capacity
Deprecated.
|
boolean |
hasTurboCharger
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
EngineType |
type
Deprecated.
|
Constructor and Description |
---|
Engine()
Default constructor.
|
Engine(EngineType type,
Float capacity,
Boolean hasTurboCharger)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
Float |
getCapacity()
Gets the value of the 'capacity' field.
|
static org.apache.avro.Schema |
getClassSchema() |
Boolean |
getHasTurboCharger()
Gets the value of the 'hasTurboCharger' field.
|
org.apache.avro.Schema |
getSchema() |
EngineType |
getType()
Gets the value of the 'type' field.
|
static Engine.Builder |
newBuilder()
Creates a new Engine RecordBuilder
|
static Engine.Builder |
newBuilder(Engine.Builder other)
Creates a new Engine RecordBuilder by copying an existing Builder
|
static Engine.Builder |
newBuilder(Engine other)
Creates a new Engine RecordBuilder by copying an existing Engine instance
|
void |
put(int field$,
Object value$) |
void |
setCapacity(Float value)
Sets the value of the 'capacity' field.
|
void |
setHasTurboCharger(Boolean value)
Sets the value of the 'hasTurboCharger' field.
|
void |
setType(EngineType value)
Sets the value of the 'type' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public EngineType type
@Deprecated public float capacity
@Deprecated public boolean hasTurboCharger
public Engine()
\#newBuilder()
.public Engine(EngineType type, Float capacity, Boolean hasTurboCharger)
public static org.apache.avro.Schema getClassSchema()
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
getSchema
in class org.apache.avro.specific.SpecificRecordBase
public Object get(int field$)
get
in interface org.apache.avro.generic.IndexedRecord
get
in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$, Object value$)
put
in interface org.apache.avro.generic.IndexedRecord
put
in class org.apache.avro.specific.SpecificRecordBase
public EngineType getType()
public void setType(EngineType value)
value
- the value to set.public Float getCapacity()
public void setCapacity(Float value)
value
- the value to set.public Boolean getHasTurboCharger()
public void setHasTurboCharger(Boolean value)
value
- the value to set.public static Engine.Builder newBuilder()
public static Engine.Builder newBuilder(Engine.Builder other)
public static Engine.Builder newBuilder(Engine other)
Copyright © 2015. All rights reserved.