Severity Class

  • java.lang.Object
    • com.microsoft.azure.management.network.Severity

public class Severity

Defines values for Severity.

Field Summary

Modifier and Type Field and Description
final Severity ERROR

Static value Error for Severity.

final Severity WARNING

Static value Warning for Severity.

Constructor Summary

Constructor Description
Severity(String value)

Creates a custom value for Severity.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

ERROR

public static final Severity ERROR= new Severity("Error")

Static value Error for Severity.

WARNING

public static final Severity WARNING= new Severity("Warning")

Static value Warning for Severity.

Constructor Details

Severity

public Severity(String value)

Creates a custom value for Severity.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to