com.cloudera.api.model
Class ApiDashboard
java.lang.Object
  
com.cloudera.api.model.ApiDashboard
public class ApiDashboard
- extends Object
 
A dashboard definition. Dashboards are composed of tsquery-based charts.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ApiDashboard
public ApiDashboard()
ApiDashboard
public ApiDashboard(String name,
                    String json)
getName
public String getName()
- Returns the dashboard name.
 
 
setName
public void setName(String name)
 
getJson
public String getJson()
- Returns the json structure for the dashboard. This should be treated as
 an opaque blob.
 
 
setJson
public void setJson(String json)
 
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.