Class ConfiguredAlertFrequencyTolerance
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.ConfiguredAlertFrequencyTolerance
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.557-07:00") public class ConfiguredAlertFrequencyTolerance extends Object
An alert configuration frequency tolerance for measuring an amount of time and unit for alert triggering
-
-
Constructor Summary
Constructors Constructor Description ConfiguredAlertFrequencyTolerance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
AlertFrequencyUnit
getUnit()
Getter for unit.Double
getValue()
Getter for value.int
hashCode()
void
setUnit(AlertFrequencyUnit unit)
Setter for unit.void
setValue(Double value)
Setter for value.String
toString()
-
-
-
Method Detail
-
getUnit
public AlertFrequencyUnit getUnit()
Getter for unit. The unit of time controlling how long a metric value can persist outside its boundaries before an alert is generated
-
setUnit
public void setUnit(AlertFrequencyUnit unit)
Setter for unit. The unit of time controlling how long a metric value can persist outside its boundaries before an alert is generated
-
getValue
public Double getValue()
Getter for value. The amount of time, associated with the given unit, a metric value can persist outside its boundaries before an alert is generated
-
setValue
public void setValue(Double value)
Setter for value. The amount of time, associated with the given unit, a metric value can persist outside its boundaries before an alert is generated
-
-