public class EventRepositoryApiBean extends Object
| Constructor and Description |
|---|
EventRepositoryApiBean()
Default constructor.
|
EventRepositoryApiBean(EventRepository evtRepository,
Long start,
Long end) |
| Modifier and Type | Method and Description |
|---|---|
BarChartApiBean |
getBarChart()
Getter accessor for attribute 'barChart'.
|
PieChartApiBean |
getEventsPie()
Getter accessor for attribute 'eventsPie'.
|
int |
getHitCount()
Getter accessor for attribute 'hitCount'.
|
String |
getType()
Getter accessor for attribute 'type'.
|
void |
setBarChart(BarChartApiBean barChart)
Setter accessor for attribute 'barChart'.
|
void |
setEventsPie(PieChartApiBean eventsPie)
Setter accessor for attribute 'eventsPie'.
|
void |
setHitCount(int hitCount)
Setter accessor for attribute 'hitCount'.
|
void |
setType(String type)
Setter accessor for attribute 'type'.
|
public EventRepositoryApiBean()
public EventRepositoryApiBean(EventRepository evtRepository, Long start, Long end)
public String getType()
public void setType(String type)
type - new value for 'type 'public int getHitCount()
public void setHitCount(int hitCount)
hitCount - new value for 'hitCount 'public PieChartApiBean getEventsPie()
public void setEventsPie(PieChartApiBean eventsPie)
eventsPie - new value for 'eventsPie 'public BarChartApiBean getBarChart()
public void setBarChart(BarChartApiBean barChart)
barChart - new value for 'barChart 'Copyright © 2013–2022 FF4J. All rights reserved.