public class HistoryRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryRecord.OruEnum
odometer rollback use indicator of how odometer reading is used in rollback calculation
|
static class |
HistoryRecord.UomEnum
the odometer unit of measurement
|
| Constructor and Description |
|---|
HistoryRecord() |
| Modifier and Type | Method and Description |
|---|---|
HistoryRecord |
accidentSequenceNumber(String accidentSequenceNumber) |
HistoryRecord |
activityCode(Integer activityCode) |
HistoryRecord |
caseNumber(String caseNumber) |
HistoryRecord |
category(String category) |
HistoryRecord |
checklistGroup(Integer checklistGroup) |
HistoryRecord |
city(String city) |
HistoryRecord |
color(String color) |
HistoryRecord |
date(LocalDate date) |
boolean |
equals(Object o) |
String |
getAccidentSequenceNumber()
the accident sequence number
|
Integer |
getActivityCode()
the unique identifier for the activity type
|
String |
getCaseNumber()
the case number
|
String |
getCategory()
the activity category
|
Integer |
getChecklistGroup()
the checklist group
|
String |
getCity()
the city in which the activity was reported
|
String |
getColor()
the color of a vehicle supplied by dealer
|
LocalDate |
getDate()
the date of the activity
|
Integer |
getOdometer()
the odometer reading
|
String |
getOrgName()
the name of the reporting organization
|
LocalDate |
getOriginalIncidentReportedDate()
the date of the incident was reported
|
HistoryRecord.OruEnum |
getOru()
odometer rollback use indicator of how odometer reading is used in rollback calculation
|
String |
getPhone()
the phone of the reporting organization
|
String |
getRecallCode()
recall code supplied by manufacturer
|
String |
getRecallLinkTxt()
used in URL text
|
String |
getRecallTxt()
description of recall
|
String |
getRecallUrl()
the URL is supplied by the manufacturer
|
String |
getState()
the state in which the activity occurred
|
String |
getTitle()
the title record
|
String |
getType()
the type of activity
|
HistoryRecord.UomEnum |
getUom()
the odometer unit of measurement
|
String |
getUrl()
the URL supplied by a dealer
|
int |
hashCode() |
Boolean |
isLease()
indicates if this is a lease record
|
Boolean |
isLien()
indicates if this is a lein record
|
Boolean |
isRollback()
indicates if this is a rollback record
|
Boolean |
isTitleRegStorm()
indicates there has been a title or registration event in a major storm area sometime prior to the storm
|
Boolean |
isUrlLink()
indicates whether or not the url needs to display as a hyperlink in the history section of the report
|
HistoryRecord |
lease(Boolean lease) |
HistoryRecord |
lien(Boolean lien) |
HistoryRecord |
odometer(Integer odometer) |
HistoryRecord |
orgName(String orgName) |
HistoryRecord |
originalIncidentReportedDate(LocalDate originalIncidentReportedDate) |
HistoryRecord |
oru(HistoryRecord.OruEnum oru) |
HistoryRecord |
phone(String phone) |
HistoryRecord |
recallCode(String recallCode) |
HistoryRecord |
recallLinkTxt(String recallLinkTxt) |
HistoryRecord |
recallTxt(String recallTxt) |
HistoryRecord |
recallUrl(String recallUrl) |
HistoryRecord |
rollback(Boolean rollback) |
void |
setAccidentSequenceNumber(String accidentSequenceNumber) |
void |
setActivityCode(Integer activityCode) |
void |
setCaseNumber(String caseNumber) |
void |
setCategory(String category) |
void |
setChecklistGroup(Integer checklistGroup) |
void |
setCity(String city) |
void |
setColor(String color) |
void |
setDate(LocalDate date) |
void |
setLease(Boolean lease) |
void |
setLien(Boolean lien) |
void |
setOdometer(Integer odometer) |
void |
setOrgName(String orgName) |
void |
setOriginalIncidentReportedDate(LocalDate originalIncidentReportedDate) |
void |
setOru(HistoryRecord.OruEnum oru) |
void |
setPhone(String phone) |
void |
setRecallCode(String recallCode) |
void |
setRecallLinkTxt(String recallLinkTxt) |
void |
setRecallTxt(String recallTxt) |
void |
setRecallUrl(String recallUrl) |
void |
setRollback(Boolean rollback) |
void |
setState(String state) |
void |
setTitle(String title) |
void |
setTitleRegStorm(Boolean titleRegStorm) |
void |
setType(String type) |
void |
setUom(HistoryRecord.UomEnum uom) |
void |
setUrl(String url) |
void |
setUrlLink(Boolean urlLink) |
HistoryRecord |
state(String state) |
HistoryRecord |
title(String title) |
HistoryRecord |
titleRegStorm(Boolean titleRegStorm) |
String |
toString() |
HistoryRecord |
type(String type) |
HistoryRecord |
uom(HistoryRecord.UomEnum uom) |
HistoryRecord |
url(String url) |
HistoryRecord |
urlLink(Boolean urlLink) |
public HistoryRecord accidentSequenceNumber(String accidentSequenceNumber)
public String getAccidentSequenceNumber()
public void setAccidentSequenceNumber(String accidentSequenceNumber)
public HistoryRecord activityCode(Integer activityCode)
public Integer getActivityCode()
public void setActivityCode(Integer activityCode)
public HistoryRecord caseNumber(String caseNumber)
public String getCaseNumber()
public void setCaseNumber(String caseNumber)
public HistoryRecord category(String category)
public String getCategory()
public void setCategory(String category)
public HistoryRecord checklistGroup(Integer checklistGroup)
public Integer getChecklistGroup()
public void setChecklistGroup(Integer checklistGroup)
public HistoryRecord city(String city)
public String getCity()
public void setCity(String city)
public HistoryRecord color(String color)
public String getColor()
public void setColor(String color)
public HistoryRecord date(LocalDate date)
public LocalDate getDate()
public void setDate(LocalDate date)
public HistoryRecord lease(Boolean lease)
public Boolean isLease()
public void setLease(Boolean lease)
public HistoryRecord lien(Boolean lien)
public Boolean isLien()
public void setLien(Boolean lien)
public HistoryRecord odometer(Integer odometer)
public Integer getOdometer()
public void setOdometer(Integer odometer)
public HistoryRecord orgName(String orgName)
public String getOrgName()
public void setOrgName(String orgName)
public HistoryRecord originalIncidentReportedDate(LocalDate originalIncidentReportedDate)
public LocalDate getOriginalIncidentReportedDate()
public void setOriginalIncidentReportedDate(LocalDate originalIncidentReportedDate)
public HistoryRecord oru(HistoryRecord.OruEnum oru)
public HistoryRecord.OruEnum getOru()
public void setOru(HistoryRecord.OruEnum oru)
public HistoryRecord phone(String phone)
public String getPhone()
public void setPhone(String phone)
public HistoryRecord recallCode(String recallCode)
public String getRecallCode()
public void setRecallCode(String recallCode)
public HistoryRecord recallLinkTxt(String recallLinkTxt)
public String getRecallLinkTxt()
public void setRecallLinkTxt(String recallLinkTxt)
public HistoryRecord recallTxt(String recallTxt)
public String getRecallTxt()
public void setRecallTxt(String recallTxt)
public HistoryRecord recallUrl(String recallUrl)
public String getRecallUrl()
public void setRecallUrl(String recallUrl)
public HistoryRecord rollback(Boolean rollback)
public Boolean isRollback()
public void setRollback(Boolean rollback)
public HistoryRecord state(String state)
public String getState()
public void setState(String state)
public HistoryRecord title(String title)
public String getTitle()
public void setTitle(String title)
public HistoryRecord titleRegStorm(Boolean titleRegStorm)
public Boolean isTitleRegStorm()
public void setTitleRegStorm(Boolean titleRegStorm)
public HistoryRecord type(String type)
public String getType()
public void setType(String type)
public HistoryRecord uom(HistoryRecord.UomEnum uom)
public HistoryRecord.UomEnum getUom()
public void setUom(HistoryRecord.UomEnum uom)
public HistoryRecord url(String url)
public String getUrl()
public void setUrl(String url)
public HistoryRecord urlLink(Boolean urlLink)
public Boolean isUrlLink()
public void setUrlLink(Boolean urlLink)
Copyright © 2018. All rights reserved.