public class NewCar
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord
Modifier and Type | Class and Description |
---|---|
static class |
NewCar.Builder
RecordBuilder for NewCar instances.
|
Modifier and Type | Field and Description |
---|---|
String |
brand
Deprecated.
|
String |
description
Deprecated.
|
long |
doors
Deprecated.
|
Engine |
engine
Deprecated.
|
String |
model
Deprecated.
|
int |
opt
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 |
---|
NewCar()
Default 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.
|
Modifier and Type | Method and Description |
---|---|
Object |
get(int field$) |
String |
getBrand()
Gets the value of the 'brand' field.
|
static org.apache.avro.Schema |
getClassSchema() |
String |
getDescription()
Gets the value of the 'description' field.
|
Long |
getDoors()
Gets the value of the 'doors' field.
|
Engine |
getEngine()
Gets the value of the 'engine' field.
|
String |
getModel()
Gets the value of the 'model' field.
|
Integer |
getOpt()
Gets the value of the 'opt' 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 NewCar.Builder |
newBuilder()
Creates a new NewCar RecordBuilder
|
static NewCar.Builder |
newBuilder(NewCar.Builder other)
Creates a new NewCar RecordBuilder by copying an existing Builder
|
static NewCar.Builder |
newBuilder(NewCar other)
Creates a new NewCar RecordBuilder by copying an existing NewCar instance
|
void |
put(int field$,
Object value$) |
void |
setBrand(String value)
Sets the value of the 'brand' field.
|
void |
setDescription(String value)
Sets the value of the 'description' field.
|
void |
setDoors(Long value)
Sets the value of the 'doors' field.
|
void |
setEngine(Engine value)
Sets the value of the 'engine' field.
|
void |
setModel(String value)
Sets the value of the 'model' field.
|
void |
setOpt(Integer value)
Sets the value of the 'opt' 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 brand
@Deprecated public String model
@Deprecated public Vin vin
@Deprecated public long doors
@Deprecated public Engine engine
@Deprecated public Object optionalExtra
@Deprecated public List<Service> serviceHistory
@Deprecated public int opt
@Deprecated public String description
public NewCar()
\#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 getBrand()
public void setBrand(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 Long getDoors()
public void setDoors(Long 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 Integer getOpt()
public void setOpt(Integer value)
value
- the value to set.public String getDescription()
public void setDescription(String value)
value
- the value to set.public static NewCar.Builder newBuilder()
public static NewCar.Builder newBuilder(NewCar.Builder other)
public static NewCar.Builder newBuilder(NewCar other)
Copyright © 2015. All rights reserved.