Class ListDeploymentKPIsResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class ListDeploymentKPIsResponse extends CdpResponse
A response to list deployment KPIs
  • Constructor Details

    • ListDeploymentKPIsResponse

      public ListDeploymentKPIsResponse()
  • Method Details

    • getMetricCharts

      public List<MetricChart> getMetricCharts()
      Getter for metricCharts. The metrics for the configured KPIs
    • setMetricCharts

      public void setMetricCharts(List<MetricChart> metricCharts)
      Setter for metricCharts. The metrics for the configured KPIs
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object