Package com.cloudera.cdp.df.model
Class ListDeploymentKPIsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.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
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for metricCharts.int
hashCode()
void
setMetricCharts
(List<MetricChart> metricCharts) Setter for metricCharts.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListDeploymentKPIsResponse
public ListDeploymentKPIsResponse()
-
-
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
-