Class GDashboardResponse

java.lang.Object
io.nosqlbench.engine.clients.grafana.transfer.GDashboardResponse

public class GDashboardResponse extends Object
  • Constructor Details

    • GDashboardResponse

      public GDashboardResponse()
  • Method Details

    • getMeta

      public GMeta getMeta()
    • setMeta

      public void setMeta(GMeta meta)
    • getDashboard

      public GDashboard getDashboard()
    • setDashboard

      public void setDashboard(GDashboard dashboard)