public class DashboardGadgetDataWrapper extends Object
| Constructor and Description |
|---|
DashboardGadgetDataWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
List<?> |
getData() |
String |
getGroupingAttribute() |
void |
setContext(String context) |
void |
setData(List<?> data) |
void |
setGroupingAttribute(String groupingAttribute) |
public String getContext()
public void setContext(String context)
public String getGroupingAttribute()
public void setGroupingAttribute(String groupingAttribute)
public List<?> getData()
public void setData(List<?> data)
Copyright © 2017 WSO2. All rights reserved.