Class AlertFrequencyUnit


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class AlertFrequencyUnit
    extends Object
    The alert frequency unit to use in KPI tolerances and metrics
    • Constructor Detail

      • AlertFrequencyUnit

        public AlertFrequencyUnit()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object