Package | Description |
---|---|
com.sas.lsaf.core |
Contains common classes and interfaces for core services in the system.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationMessage> |
ValidationResult.getErrors()
Gets the error information generated by the validation.
|
List<ValidationMessage> |
ValidationResult.getNotes()
Gets the note information generated by the validation.
|
List<ValidationMessage> |
ValidationResult.getWarnings()
Gets the warning information generated by the validation.
|
Constructor and Description |
---|
ValidationResult(List<ValidationMessage> errors,
List<ValidationMessage> warnings,
List<ValidationMessage> notes,
String runBy,
Date runDate)
It is not intended or recommended that the consumer of this API construct these objects.
|
ValidationResult(List<ValidationMessage> errors,
List<ValidationMessage> warnings,
List<ValidationMessage> notes,
String runBy,
Date runDate)
It is not intended or recommended that the consumer of this API construct these objects.
|
ValidationResult(List<ValidationMessage> errors,
List<ValidationMessage> warnings,
List<ValidationMessage> notes,
String runBy,
Date runDate)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>