public static final class KscRestService.KscReport extends Object
Constructor and Description |
---|
KscReport() |
KscReport(Integer reportId,
String label) |
KscReport(Report report) |
Modifier and Type | Method and 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) |
public KscReport()
public KscReport(Report report)
public Integer getId()
public void setId(Integer id)
public String getLabel()
public void setLabel(String label)
public Boolean getShowTimespanButton()
public void setShowTimespanButton(Boolean show)
public Boolean getShowGraphtypeButton()
public void setShowGraphtypeButton(Boolean show)
public Integer getGraphsPerLine()
public void setGraphsPerLine(Integer graphs)
public boolean hasGraphs()
public List<KscRestService.KscGraph> getGraphs()
Copyright © 2021. All rights reserved.