Uses of Class
org.apache.parquet.avro.Vin
-
-
Uses of Vin in org.apache.parquet.avro
Methods in org.apache.parquet.avro that return Vin Modifier and Type Method Description VinCar.Builder. getVin()Gets the value of the 'vin' field.VinCar. getVin()Gets the value of the 'vin' field.VinNewCar.Builder. getVin()Gets the value of the 'vin' field.VinNewCar. getVin()Gets the value of the 'vin' field.VinShortCar.Builder. getVin()Gets the value of the 'vin' field.VinShortCar. getVin()Gets the value of the 'vin' field.Methods in org.apache.parquet.avro with parameters of type Vin Modifier and Type Method Description Car.BuilderCar.Builder. setVin(Vin value)Sets the value of the 'vin' field.voidCar. setVin(Vin value)Sets the value of the 'vin' field.NewCar.BuilderNewCar.Builder. setVin(Vin value)Sets the value of the 'vin' field.voidNewCar. setVin(Vin value)Sets the value of the 'vin' field.ShortCar.BuilderShortCar.Builder. setVin(Vin value)Sets the value of the 'vin' field.voidShortCar. setVin(Vin value)Sets the value of the 'vin' field.Constructors in org.apache.parquet.avro with parameters of type Vin Constructor 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.
-