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 void
addGraph(Graph graph)
String
getGraphResources()
List<Graph>
getGraphs()
String
getId()
String
getName()
String
getTitle()
String
getVerticalLabel()
void
setGraphs(List<Graph> graphs)
void
setId(String id)
void
setName(String name)
void
setTitle(String title)
void
setVerticalLabel(String verticalLabel)
String
toString()
-
-
-
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)
-
-