Package org.opennms.web.rest.v1
Class KscRestService.KscReport
- java.lang.Object
-
- org.opennms.web.rest.v1.KscRestService.KscReport
-
- Enclosing class:
- KscRestService
public static final class KscRestService.KscReport extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<KscRestService.KscGraph>
getGraphs()
Integer
getGraphsPerLine()
Integer
getId()
String
getLabel()
Boolean
getShowGraphtypeButton()
Boolean
getShowTimespanButton()
boolean
hasGraphs()
void
setGraphsPerLine(Integer graphs)
void
setId(Integer id)
void
setLabel(String label)
void
setShowGraphtypeButton(Boolean show)
void
setShowTimespanButton(Boolean show)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getShowTimespanButton
public Boolean getShowTimespanButton()
-
setShowTimespanButton
public void setShowTimespanButton(Boolean show)
-
getShowGraphtypeButton
public Boolean getShowGraphtypeButton()
-
setShowGraphtypeButton
public void setShowGraphtypeButton(Boolean show)
-
getGraphsPerLine
public Integer getGraphsPerLine()
-
setGraphsPerLine
public void setGraphsPerLine(Integer graphs)
-
hasGraphs
public boolean hasGraphs()
-
getGraphs
public List<KscRestService.KscGraph> getGraphs()
-
-