Class ListServiceSystemMetricsResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class ListServiceSystemMetricsResponse
    extends CdpResponse
    A response to list service system metrics
    • Constructor Detail

      • ListServiceSystemMetricsResponse

        public ListServiceSystemMetricsResponse()
    • Method Detail

      • getMetricCharts

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

        public void setMetricCharts​(List<MetricChart> metricCharts)
        Setter for metricCharts. The system metrics for the service
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object