Class AlertFrequencyUnit
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.AlertFrequencyUnit
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class AlertFrequencyUnit extends Object
The alert frequency unit to use in KPI tolerances and metrics
-
-
Constructor Summary
Constructors Constructor Description AlertFrequencyUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAbbreviation()
Getter for abbreviation.String
getId()
Getter for id.String
getLabel()
Getter for label.int
hashCode()
void
setAbbreviation(String abbreviation)
Setter for abbreviation.void
setId(String id)
Setter for id.void
setLabel(String label)
Setter for label.String
toString()
-
-
-
Method Detail
-
getId
public String getId()
Getter for id. The id of the frequency unit
-
setId
public void setId(String id)
Setter for id. The id of the frequency unit
-
getLabel
public String getLabel()
Getter for label. The user-friendly label of the frequency unit
-
setLabel
public void setLabel(String label)
Setter for label. The user-friendly label of the frequency unit
-
getAbbreviation
public String getAbbreviation()
Getter for abbreviation. The abbreviation for frequency unit
-
setAbbreviation
public void setAbbreviation(String abbreviation)
Setter for abbreviation. The abbreviation for frequency unit
-
-