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 |
getRow() |
DashboardWidget.Type |
getType() |
void |
setCacheTime(int cacheTime) |
void |
setCol(int col) |
void |
setConfiguration(Map<String,Object> configuration) |
void |
setDescription(String description) |
void |
setRow(int row) |
void |
setType(DashboardWidget.Type type) |
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)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.