Package | Description |
---|---|
parquet.avro |
Provides classes to store Avro data in Parquet files.
|
Modifier and Type | Field and Description |
---|---|
List<Service> |
Car.serviceHistory
Deprecated.
|
List<Service> |
NewCar.serviceHistory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Service> |
Car.getServiceHistory()
Gets the value of the 'serviceHistory' field.
|
List<Service> |
Car.Builder.getServiceHistory()
Gets the value of the 'serviceHistory' field
|
List<Service> |
NewCar.getServiceHistory()
Gets the value of the 'serviceHistory' field.
|
List<Service> |
NewCar.Builder.getServiceHistory()
Gets the value of the 'serviceHistory' field
|
Modifier and Type | Method and Description |
---|---|
static Service.Builder |
Service.newBuilder(Service other)
Creates a new Service RecordBuilder by copying an existing Service instance
|
Modifier and Type | Method and Description |
---|---|
void |
Car.setServiceHistory(List<Service> value)
Sets the value of the 'serviceHistory' field.
|
Car.Builder |
Car.Builder.setServiceHistory(List<Service> value)
Sets the value of the 'serviceHistory' field
|
void |
NewCar.setServiceHistory(List<Service> value)
Sets the value of the 'serviceHistory' field.
|
NewCar.Builder |
NewCar.Builder.setServiceHistory(List<Service> value)
Sets the value of the 'serviceHistory' 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.
|
Copyright © 2015. All rights reserved.