public static class SalLicenseControl.ValidationResultTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
errorMessages |
protected Set<String> |
warningMessages |
| Constructor and Description |
|---|
ValidationResultTO() |
ValidationResultTO(Iterable<String> errorMessages,
Iterable<String> warningMessages) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getErrorMessages() |
Set<String> |
getWarningMessages() |
boolean |
hasErrors() |
boolean |
hasWarnings() |
boolean |
isValid() |
String |
toString() |
Copyright © 2002-2021 Atlassian. All Rights Reserved.