Class ConfiguredKpi
java.lang.Object
com.cloudera.cdp.dfworkload.model.ConfiguredKpi
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class ConfiguredKpi
extends Object
An instantiated KPI specifying a metric on which to alert
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlert()
Getter for alert.Getter for componentId.getId()
Getter for id.Getter for metricComponentType.Getter for metricId.int
hashCode()
void
setAlert
(ConfiguredAlert alert) Setter for alert.void
setComponentId
(String componentId) Setter for componentId.void
Setter for id.void
setMetricComponentType
(String metricComponentType) Setter for metricComponentType.void
setMetricId
(String metricId) Setter for metricId.toString()
-
Constructor Details
-
ConfiguredKpi
public ConfiguredKpi()
-
-
Method Details
-
getMetricId
Getter for metricId. The id of the associated metric -
setMetricId
Setter for metricId. The id of the associated metric -
getId
Getter for id. The id of the KPI; used only when viewing and editing existing KPIs -
setId
Setter for id. The id of the KPI; used only when viewing and editing existing KPIs -
getMetricComponentType
Getter for metricComponentType. The component type of the associated metric -
setMetricComponentType
Setter for metricComponentType. The component type of the associated metric -
getAlert
Getter for alert. The alert specification for the associated metric -
setAlert
Setter for alert. The alert specification for the associated metric -
getComponentId
Getter for componentId. The optional process group ID, processor ID, or connection ID. This is a composite ID containing a chain of process group IDs representing the component's full ancestry -
setComponentId
Setter for componentId. The optional process group ID, processor ID, or connection ID. This is a composite ID containing a chain of process group IDs representing the component's full ancestry -
equals
-
hashCode
public int hashCode() -
toString
-