public final class Severity extends Object
static Severity
ERROR
WARNING
Severity(String value)
boolean
equals(Object obj)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final Severity ERROR
public static final Severity WARNING
public Severity(String value)
value
public String toString()
toString
Object
public int hashCode()
hashCode
public boolean equals(Object obj)
equals
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */