public interface Warning
Created by Ran Haveshush on 24/08/2018.
| Modifier and Type | Interface and Description |
|---|---|
static class |
Warning.Severity
The
Warning severity. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getID() |
java.lang.String |
getMessage() |
Warning.Severity |
getSeverity() |
java.lang.String getID()
Warning ID.java.lang.String getMessage()
Warning message.Warning.Severity getSeverity()
Warning.Severity that represents the severity level of the Warning.