Class ListDeploymentSystemMetricsResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ListDeploymentSystemMetricsResponse

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

    • ListDeploymentSystemMetricsResponse

      public ListDeploymentSystemMetricsResponse()
  • 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