public class VehicleRecall extends Object
| Constructor and Description |
|---|
VehicleRecall() |
| Modifier and Type | Method and Description |
|---|---|
VehicleRecall |
addRecallRecordsItem(RecallRecord recallRecordsItem) |
VehicleRecall |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
the number of recall records
|
String |
getManufacturerURL()
the manufacturer's URL
|
List<RecallRecord> |
getRecallRecords()
the list of recalls for the vehicle
|
int |
hashCode() |
VehicleRecall |
manufacturerURL(String manufacturerURL) |
VehicleRecall |
recallRecords(List<RecallRecord> recallRecords) |
void |
setCount(Integer count) |
void |
setManufacturerURL(String manufacturerURL) |
void |
setRecallRecords(List<RecallRecord> recallRecords) |
String |
toString() |
public VehicleRecall count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public VehicleRecall manufacturerURL(String manufacturerURL)
public String getManufacturerURL()
public void setManufacturerURL(String manufacturerURL)
public VehicleRecall recallRecords(List<RecallRecord> recallRecords)
public VehicleRecall addRecallRecordsItem(RecallRecord recallRecordsItem)
public List<RecallRecord> getRecallRecords()
public void setRecallRecords(List<RecallRecord> recallRecords)
Copyright © 2018. All rights reserved.