public class VehicleHistory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VehicleHistory.BbpEnum
Decides the BBP badge to be displayed on report.
|
| Constructor and Description |
|---|
VehicleHistory() |
| Modifier and Type | Method and Description |
|---|---|
VehicleHistory |
accidentCount(Integer accidentCount) |
VehicleHistory |
addHistoryRecordsItem(HistoryRecord historyRecordsItem) |
VehicleHistory |
assured(Boolean assured) |
VehicleHistory |
bbp(VehicleHistory.BbpEnum bbp) |
VehicleHistory |
conditionRpt(Boolean conditionRpt) |
VehicleHistory |
count(Integer count) |
boolean |
equals(Object o) |
VehicleHistory |
estimatedAverageMiles(Integer estimatedAverageMiles) |
Integer |
getAccidentCount()
the number of accidents
|
VehicleHistory.BbpEnum |
getBbp()
Decides the BBP badge to be displayed on report.
|
Integer |
getCount()
the number of historical activity records
|
Integer |
getEstimatedAverageMiles()
the estimated average miles
|
List<HistoryRecord> |
getHistoryRecords()
the list of historical activity for the vehicle
|
Integer |
getLastOdometer()
the last odometer reading
|
Integer |
getRecallCount()
the number of recalls
|
int |
hashCode() |
VehicleHistory |
historyRecords(List<HistoryRecord> historyRecords) |
Boolean |
isAssured()
if the vehicle is considered to be AutoCheck Assured or not.
|
Boolean |
isConditionRpt()
if a condition report is available for a vehicle.
|
Boolean |
isMixedOdometer()
indicates a mixed odometer
|
Boolean |
isOdometer()
indicates if an odometer reading exists
|
Boolean |
isRecallDataAvailable()
indicates if recall data is available
|
Boolean |
isRollback()
indicates if the vehicle's history determines that the odometer has been tampered with
|
VehicleHistory |
lastOdometer(Integer lastOdometer) |
VehicleHistory |
mixedOdometer(Boolean mixedOdometer) |
VehicleHistory |
odometer(Boolean odometer) |
VehicleHistory |
recallCount(Integer recallCount) |
VehicleHistory |
recallDataAvailable(Boolean recallDataAvailable) |
VehicleHistory |
rollback(Boolean rollback) |
void |
setAccidentCount(Integer accidentCount) |
void |
setAssured(Boolean assured) |
void |
setBbp(VehicleHistory.BbpEnum bbp) |
void |
setConditionRpt(Boolean conditionRpt) |
void |
setCount(Integer count) |
void |
setEstimatedAverageMiles(Integer estimatedAverageMiles) |
void |
setHistoryRecords(List<HistoryRecord> historyRecords) |
void |
setLastOdometer(Integer lastOdometer) |
void |
setMixedOdometer(Boolean mixedOdometer) |
void |
setOdometer(Boolean odometer) |
void |
setRecallCount(Integer recallCount) |
void |
setRecallDataAvailable(Boolean recallDataAvailable) |
void |
setRollback(Boolean rollback) |
String |
toString() |
public VehicleHistory accidentCount(Integer accidentCount)
public Integer getAccidentCount()
public void setAccidentCount(Integer accidentCount)
public VehicleHistory assured(Boolean assured)
public Boolean isAssured()
public void setAssured(Boolean assured)
public VehicleHistory bbp(VehicleHistory.BbpEnum bbp)
public VehicleHistory.BbpEnum getBbp()
public void setBbp(VehicleHistory.BbpEnum bbp)
public VehicleHistory conditionRpt(Boolean conditionRpt)
public Boolean isConditionRpt()
public void setConditionRpt(Boolean conditionRpt)
public VehicleHistory count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public VehicleHistory estimatedAverageMiles(Integer estimatedAverageMiles)
public Integer getEstimatedAverageMiles()
public void setEstimatedAverageMiles(Integer estimatedAverageMiles)
public VehicleHistory historyRecords(List<HistoryRecord> historyRecords)
public VehicleHistory addHistoryRecordsItem(HistoryRecord historyRecordsItem)
public List<HistoryRecord> getHistoryRecords()
public void setHistoryRecords(List<HistoryRecord> historyRecords)
public VehicleHistory lastOdometer(Integer lastOdometer)
public Integer getLastOdometer()
public void setLastOdometer(Integer lastOdometer)
public VehicleHistory mixedOdometer(Boolean mixedOdometer)
public Boolean isMixedOdometer()
public void setMixedOdometer(Boolean mixedOdometer)
public VehicleHistory odometer(Boolean odometer)
public Boolean isOdometer()
public void setOdometer(Boolean odometer)
public VehicleHistory recallCount(Integer recallCount)
public Integer getRecallCount()
public void setRecallCount(Integer recallCount)
public VehicleHistory recallDataAvailable(Boolean recallDataAvailable)
public Boolean isRecallDataAvailable()
public void setRecallDataAvailable(Boolean recallDataAvailable)
public VehicleHistory rollback(Boolean rollback)
public Boolean isRollback()
public void setRollback(Boolean rollback)
Copyright © 2019. All rights reserved.