public class HistoryResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryResponse.LevelEnum
the history level returned
|
| Constructor and Description |
|---|
HistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
HistoryResponse |
addVehiclesItem(Vehicle vehiclesItem) |
HistoryResponse |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
the number of vehicles returned
|
HistoryResponse.LevelEnum |
getLevel()
the history level returned
|
UnprocessedHistoryRequests |
getUnprocessed()
Get unprocessed
|
List<Vehicle> |
getVehicles()
the list of vehicles returned
|
int |
hashCode() |
HistoryResponse |
level(HistoryResponse.LevelEnum level) |
void |
setCount(Integer count) |
void |
setLevel(HistoryResponse.LevelEnum level) |
void |
setUnprocessed(UnprocessedHistoryRequests unprocessed) |
void |
setVehicles(List<Vehicle> vehicles) |
String |
toString() |
HistoryResponse |
unprocessed(UnprocessedHistoryRequests unprocessed) |
HistoryResponse |
vehicles(List<Vehicle> vehicles) |
public HistoryResponse count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public HistoryResponse level(HistoryResponse.LevelEnum level)
public HistoryResponse.LevelEnum getLevel()
public void setLevel(HistoryResponse.LevelEnum level)
public HistoryResponse unprocessed(UnprocessedHistoryRequests unprocessed)
public UnprocessedHistoryRequests getUnprocessed()
public void setUnprocessed(UnprocessedHistoryRequests unprocessed)
public HistoryResponse vehicles(List<Vehicle> vehicles)
public HistoryResponse addVehiclesItem(Vehicle vehiclesItem)
Copyright © 2018. All rights reserved.