public class DefaultValidationResultItem extends Object implements ValidationResultItem
ValidationResultItem that keeps internal state for the result item.| Constructor and Description |
|---|
DefaultValidationResultItem(List<ComponentAst> components,
List<ComponentParameterAst> parameters,
Validation validation,
String message) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentAst> |
getComponents() |
String |
getMessage() |
List<ComponentParameterAst> |
getParameters() |
Validation |
getValidation() |
public DefaultValidationResultItem(List<ComponentAst> components, List<ComponentParameterAst> parameters, Validation validation, String message)
public List<ComponentAst> getComponents()
getComponents in interface ValidationResultItempublic List<ComponentParameterAst> getParameters()
getParameters in interface ValidationResultItempublic Validation getValidation()
getValidation in interface ValidationResultItempublic String getMessage()
getMessage in interface ValidationResultItemCopyright © 2025 MuleSoft, Inc.. All rights reserved.