Class Severity

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Severity>
com.microsoft.azure.management.network.Severity

public final class Severity extends com.microsoft.rest.ExpandableStringEnum<Severity>
Defines values for Severity.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Severity
    Static value Error for Severity.
    static final Severity
    Static value Warning for Severity.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Severity
    Creates or finds a Severity from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ERROR

      public static final Severity ERROR
      Static value Error for Severity.
    • WARNING

      public static final Severity WARNING
      Static value Warning for Severity.
  • Constructor Details

    • Severity

      public Severity()
  • Method Details

    • fromString

      public static Severity fromString(String name)
      Creates or finds a Severity from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding Severity
    • values

      public static Collection<Severity> values()
      Returns:
      known Severity values