public abstract class DashboardList extends Object
DashboardList()
static DashboardList
create(int total, List<Map<String,Object>> dashboards)
abstract List<Map<String,Object>>
dashboards()
abstract int
total()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DashboardList()
public abstract int total()
public abstract List<Map<String,Object>> dashboards()
public static DashboardList create(int total, List<Map<String,Object>> dashboards)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.