public class Car
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
Car.Builder
RecordBuilder for Car instances.
|
Modifier and Type | Field and Description |
---|---|
int |
doors
Deprecated.
|
Engine |
engine
Deprecated.
|
String |
make
Deprecated.
|
String |
model
Deprecated.
|
Object |
optionalExtra
Deprecated.
|
String |
registration
Deprecated.
|
static org.apache.avro.Schema |
SCHEMA$ |
List<Service> |
serviceHistory
Deprecated.
|
Vin |
vin
Deprecated.
|
long |
year
Deprecated.
|
Constructor and Description |
---|
Car()
Default constructor.
|
Car(Long year,
String registration,
String make,
String model,
Vin vin,
Integer doors,
Engine engine,
Object optionalExtra,
List<Service> serviceHistory)
All-args constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
static org.apache.avro.Schema |
getClassSchema() |
Integer |
getDoors()
Gets the value of the 'doors' field.
|
Engine |
getEngine()
Gets the value of the 'engine' field.
|
String |
getMake()
Gets the value of the 'make' field.
|
String |
getModel()
Gets the value of the 'model' field.
|
Object |
getOptionalExtra()
Gets the value of the 'optionalExtra' field.
|
String |
getRegistration()
Gets the value of the 'registration' field.
|
org.apache.avro.Schema |
getSchema() |
List<Service> |
getServiceHistory()
Gets the value of the 'serviceHistory' field.
|
Vin |
getVin()
Gets the value of the 'vin' field.
|
Long |
getYear()
Gets the value of the 'year' field.
|
static Car.Builder |
newBuilder()
Creates a new Car RecordBuilder
|
static Car.Builder |
newBuilder(Car.Builder other)
Creates a new Car RecordBuilder by copying an existing Builder
|
static Car.Builder |
newBuilder(Car other)
Creates a new Car RecordBuilder by copying an existing Car instance
|
void |
put(int field$,
Object value$) |
void |
setDoors(Integer value)
Sets the value of the 'doors' field.
|
void |
setEngine(Engine value)
Sets the value of the 'engine' field.
|
void |
setMake(String value)
Sets the value of the 'make' field.
|
void |
setModel(String value)
Sets the value of the 'model' field.
|
void |
setOptionalExtra(Object value)
Sets the value of the 'optionalExtra' field.
|
void |
setRegistration(String value)
Sets the value of the 'registration' field.
|
void |
setServiceHistory(List<Service> value)
Sets the value of the 'serviceHistory' field.
|
void |
setVin(Vin value)
Sets the value of the 'vin' field.
|
void |
setYear(Long value)
Sets the value of the 'year' field.
|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public long year
@Deprecated public String registration
@Deprecated public String make
@Deprecated public String model
@Deprecated public Vin vin
@Deprecated public int doors
@Deprecated public Engine engine
@Deprecated public Object optionalExtra
@Deprecated public List<Service> serviceHistory
public Car()
\#newBuilder()
.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 Long getYear()
public void setYear(Long value)
value
- the value to set.public String getRegistration()
public void setRegistration(String value)
value
- the value to set.public String getMake()
public void setMake(String value)
value
- the value to set.public String getModel()
public void setModel(String value)
value
- the value to set.public Vin getVin()
public void setVin(Vin value)
value
- the value to set.public Integer getDoors()
public void setDoors(Integer value)
value
- the value to set.public Engine getEngine()
public void setEngine(Engine value)
value
- the value to set.public Object getOptionalExtra()
public void setOptionalExtra(Object value)
value
- the value to set.public List<Service> getServiceHistory()
public void setServiceHistory(List<Service> value)
value
- the value to set.public static Car.Builder newBuilder()
public static Car.Builder newBuilder(Car.Builder other)
public static Car.Builder newBuilder(Car other)
Copyright © 2015. All rights reserved.