Package com.cloudera.cdp.df.model
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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for metricCharts.inthashCode()voidsetMetricCharts(List<MetricChart> metricCharts) Setter for metricCharts.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListFlowKpisInDeploymentResponse
public ListFlowKpisInDeploymentResponse()
-
-
Method Details
-
getMetricCharts
Getter for metricCharts. The metrics for the configured KPIs. -
setMetricCharts
Setter for metricCharts. The metrics for the configured KPIs. -
equals
-
hashCode
public int hashCode() -
toString
-