public class DashboardWidget extends Object
| Constructor and Description |
|---|
DashboardWidget() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheTime() |
int |
getCol() |
Map<String,Object> |
getConfiguration() |
String |
getDescription() |
int |
getHeight() |
int |
getRow() |
DashboardWidget.Type |
getType() |
int |
getWidth() |
void |
setCacheTime(int cacheTime) |
void |
setCol(int col) |
void |
setConfiguration(Map<String,Object> configuration) |
void |
setDescription(String description) |
void |
setHeight(int height) |
void |
setRow(int row) |
void |
setType(DashboardWidget.Type type) |
void |
setWidth(int width) |
public String getDescription()
public void setDescription(String description)
public DashboardWidget.Type getType()
public void setType(DashboardWidget.Type type)
public int getCacheTime()
public void setCacheTime(int cacheTime)
public int getCol()
public void setCol(int col)
public int getRow()
public void setRow(int row)
public int getHeight()
public void setHeight(int height)
public int getWidth()
public void setWidth(int width)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.