public class ValidationMessage extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ValidationMessage.Severity
The possible values of validation message severity.
|
Constructor and Description |
---|
ValidationMessage(String problem,
ValidationMessage.Severity severity,
String columnName,
int rowNumber)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Gets the column name, if applicable, associated with validation finding.
|
String |
getProblem()
Gets the message for the validation finding.
|
int |
getRowNumber()
Gets the row number, if applicable, associated with validation finding.
|
ValidationMessage.Severity |
getSeverity()
Gets the severity of the validation finding.
|
String |
toString() |
public ValidationMessage(String problem, ValidationMessage.Severity severity, String columnName, int rowNumber)
problem
- severity
- columnName
- rowNumber
- public String getProblem()
public ValidationMessage.Severity getSeverity()
public String getColumnName()
public int getRowNumber()
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>