Class AlertLevel

    • Method Detail

      • fromOrdinal

        public static AlertLevel fromOrdinal​(int ordinal)
        Deprecated.
        Return the AlertLevel represented by specified ordinal
        Parameters:
        ordinal - the ordinal of the AlertLevel to return
        Returns:
        the AlertLevel with the given ordinal
      • forSeverity

        public static AlertLevel forSeverity​(int severity)
        Deprecated.
        Returns the AlertLevel for the given severity
        Parameters:
        severity - the severity of the AlertLevel to return
        Returns:
        the AlertLevel with the given severity
        Throws:
        IllegalArgumentException - If there is no alert level with the given severity
      • forName

        public static AlertLevel forName​(String name)
        Deprecated.
        Returns the AlertLevel with the given name
        Parameters:
        name - the name of the AlertLevel to return
        Returns:
        the AlertLevel with the given name
        Throws:
        IllegalArgumentException - If there is no alert level named name
      • getSeverity

        public int getSeverity()
        Deprecated.
      • getName

        public String getName()
        Deprecated.
      • values

        public static AlertLevel[] values()
        Deprecated.
      • toString

        public String toString()
        Deprecated.
        Returns a string representation for this alert level.
        Overrides:
        toString in class Object
        Returns:
        the name of this alert level
      • equals

        public boolean equals​(Object other)
        Deprecated.
        Indicates whether some other object is "equal to" this one.
        Overrides:
        equals in class Object
        Parameters:
        other - the reference object with which to compare.
        Returns:
        true if this object is the same as the obj argument; false otherwise.
      • hashCode

        public int hashCode()
        Deprecated.
        Returns a hash code for the object. This method is supported for the benefit of hashtables such as those provided by java.util.Hashtable.
        Overrides:
        hashCode in class Object
        Returns:
        the integer 0 if description is null; otherwise a unique integer.