Class Panel
- java.lang.Object
-
- org.opennms.netmgt.endpoints.grafana.api.Panel
-
- All Implemented Interfaces:
PanelContainer
public class Panel extends Object implements PanelContainer
-
-
Constructor Summary
Constructors Constructor Description Panel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
String
getDatasource()
String
getDescription()
Integer
getId()
List<Panel>
getPanels()
String
getTitle()
String
getType()
int
hashCode()
void
setDatasource(String datasource)
void
setDescription(String description)
void
setId(Integer id)
void
setPanels(List<Panel> panels)
void
setTitle(String title)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDatasource
public String getDatasource()
-
setDatasource
public void setDatasource(String datasource)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getPanels
public List<Panel> getPanels()
- Specified by:
getPanels
in interfacePanelContainer
-
-