Class ListFlowKpisInDeploymentResponse

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:07.561-07:00") public class ListFlowKpisInDeploymentResponse extends CdpResponse
A response to list KPI metrics for a flow in a deployment.
  • Constructor Details

    • ListFlowKpisInDeploymentResponse

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