Class Report
- java.lang.Object
-
- org.opennms.features.jmxconfiggenerator.graphs.Report
-
public class Report extends Object
- Author:
- Simon Walter
, Markus Neumann
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGraph(Graph graph)StringgetGraphResources()List<Graph>getGraphs()StringgetId()StringgetName()StringgetTitle()StringgetVerticalLabel()voidsetGraphs(List<Graph> graphs)voidsetId(String id)voidsetName(String name)voidsetTitle(String title)voidsetVerticalLabel(String verticalLabel)StringtoString()
-
-
-
Method Detail
-
getGraphResources
public String getGraphResources()
-
addGraph
public void addGraph(Graph graph)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getVerticalLabel
public String getVerticalLabel()
-
setVerticalLabel
public void setVerticalLabel(String verticalLabel)
-
-