Package | Description |
---|---|
parquet.avro |
Provides classes to store Avro data in Parquet files.
|
Modifier and Type | Field and Description |
---|---|
Vin |
ShortCar.vin
Deprecated.
|
Vin |
Car.vin
Deprecated.
|
Vin |
NewCar.vin
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Vin |
ShortCar.getVin()
Gets the value of the 'vin' field.
|
Vin |
ShortCar.Builder.getVin()
Gets the value of the 'vin' field
|
Vin |
Car.getVin()
Gets the value of the 'vin' field.
|
Vin |
Car.Builder.getVin()
Gets the value of the 'vin' field
|
Vin |
NewCar.getVin()
Gets the value of the 'vin' field.
|
Vin |
NewCar.Builder.getVin()
Gets the value of the 'vin' field
|
Modifier and Type | Method and Description |
---|---|
void |
ShortCar.setVin(Vin value)
Sets the value of the 'vin' field.
|
ShortCar.Builder |
ShortCar.Builder.setVin(Vin value)
Sets the value of the 'vin' field
|
void |
Car.setVin(Vin value)
Sets the value of the 'vin' field.
|
Car.Builder |
Car.Builder.setVin(Vin value)
Sets the value of the 'vin' field
|
void |
NewCar.setVin(Vin value)
Sets the value of the 'vin' field.
|
NewCar.Builder |
NewCar.Builder.setVin(Vin value)
Sets the value of the 'vin' field
|
Constructor and Description |
---|
Car(Long year,
String registration,
String make,
String model,
Vin vin,
Integer doors,
Engine engine,
Object optionalExtra,
List<Service> serviceHistory)
All-args constructor.
|
NewCar(Long year,
String registration,
String brand,
String model,
Vin vin,
Long doors,
Engine engine,
Object optionalExtra,
List<Service> serviceHistory,
Integer opt,
String description)
All-args constructor.
|
ShortCar(String make,
Engine engine,
Long year,
Vin vin)
All-args constructor.
|
Copyright © 2015. All rights reserved.