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() |
String |
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(String type) |
void |
setWidth(int width) |
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String 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-2016 Graylog, Inc.. All Rights Reserved.