com.cloudera.api.model
Class ApiDashboard

java.lang.Object
  extended by com.cloudera.api.model.ApiDashboard

public class ApiDashboard
extends Object

A dashboard definition. Dashboards are composed of tsquery-based charts.


Constructor Summary
ApiDashboard()
           
ApiDashboard(String name, String json)
           
 
Method Summary
 String getJson()
          Returns the json structure for the dashboard.
 String getName()
          Returns the dashboard name.
 void setJson(String json)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiDashboard

public ApiDashboard()

ApiDashboard

public ApiDashboard(String name,
                    String json)
Method Detail

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.