public class RecallRecord extends Object
| Constructor and Description |
|---|
RecallRecord() |
| Modifier and Type | Method and Description |
|---|---|
RecallRecord |
consequence(Boolean consequence) |
RecallRecord |
date(LocalDate date) |
boolean |
equals(Object o) |
LocalDate |
getDate()
the date of the recall
|
String |
getNhtsaCampaignNumber()
the NHTSA compaign number
|
String |
getRemedy()
the remedy for the recall
|
String |
getStatus()
the status of the recall
|
String |
getSummary()
the recall summary
|
String |
getTitle()
the recall title
|
int |
hashCode() |
Boolean |
isConsequence()
the consequence of the recall
|
RecallRecord |
nhtsaCampaignNumber(String nhtsaCampaignNumber) |
RecallRecord |
remedy(String remedy) |
void |
setConsequence(Boolean consequence) |
void |
setDate(LocalDate date) |
void |
setNhtsaCampaignNumber(String nhtsaCampaignNumber) |
void |
setRemedy(String remedy) |
void |
setStatus(String status) |
void |
setSummary(String summary) |
void |
setTitle(String title) |
RecallRecord |
status(String status) |
RecallRecord |
summary(String summary) |
RecallRecord |
title(String title) |
String |
toString() |
public RecallRecord consequence(Boolean consequence)
public Boolean isConsequence()
public void setConsequence(Boolean consequence)
public RecallRecord date(LocalDate date)
public LocalDate getDate()
public void setDate(LocalDate date)
public RecallRecord nhtsaCampaignNumber(String nhtsaCampaignNumber)
public String getNhtsaCampaignNumber()
public void setNhtsaCampaignNumber(String nhtsaCampaignNumber)
public RecallRecord remedy(String remedy)
public String getRemedy()
public void setRemedy(String remedy)
public RecallRecord status(String status)
public String getStatus()
public void setStatus(String status)
public RecallRecord summary(String summary)
public String getSummary()
public void setSummary(String summary)
public RecallRecord title(String title)
public String getTitle()
public void setTitle(String title)
Copyright © 2018. All rights reserved.