Class Report
- java.lang.Object
-
- org.opennms.netmgt.config.kscReports.Report
-
- All Implemented Interfaces:
Serializable
public class Report extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Report()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGraph(int index, Graph graph)
void
addGraph(Graph graph)
boolean
equals(Object obj)
List<Graph>
getGraphs()
Optional<Integer>
getGraphsPerLine()
Integer
getId()
Optional<Boolean>
getShowGraphtypeButton()
Optional<Boolean>
getShowTimespanButton()
String
getTitle()
int
hashCode()
boolean
removeGraph(Graph graph)
void
setGraphs(List<Graph> graphs)
void
setGraphsPerLine(Integer graphsPerLine)
void
setId(Integer id)
void
setShowGraphtypeButton(Boolean showGraphtypeButton)
void
setShowTimespanButton(Boolean showTimespanButton)
void
setTitle(String title)
String
toString()
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
setShowTimespanButton
public void setShowTimespanButton(Boolean showTimespanButton)
-
setShowGraphtypeButton
public void setShowGraphtypeButton(Boolean showGraphtypeButton)
-
addGraph
public void addGraph(Graph graph)
-
addGraph
public void addGraph(int index, Graph graph)
-
removeGraph
public boolean removeGraph(Graph graph)
-
setGraphsPerLine
public void setGraphsPerLine(Integer graphsPerLine)
-
-