Package com.cloudera.cdp.df.model
Class AlertFrequencyUnit
- java.lang.Object
-
- com.cloudera.cdp.df.model.AlertFrequencyUnit
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.329-07:00") public class AlertFrequencyUnit extends Object
Alert frequency unit
-
-
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. Id of alert frequency unit
-
setId
public void setId(String id)
Setter for id. Id of alert frequency unit
-
getLabel
public String getLabel()
Getter for label. Label of the unit
-
setLabel
public void setLabel(String label)
Setter for label. Label of the unit
-
getAbbreviation
public String getAbbreviation()
Getter for abbreviation. Abbreviation used for this unit
-
setAbbreviation
public void setAbbreviation(String abbreviation)
Setter for abbreviation. Abbreviation used for this unit
-
-