public class CheckedNode extends Node
| Constructor and Description |
|---|
CheckedNode() |
| Modifier and Type | Method and Description |
|---|---|
List<Check> |
getAll() |
List<Check> |
getAny() |
String |
getFailureSummary() |
String |
getImpact() |
List<Check> |
getNone() |
void |
setAll(List<Check> all) |
void |
setAny(List<Check> any) |
void |
setFailureSummary(String failureSummary) |
void |
setImpact(String impact) |
void |
setNone(List<Check> none) |
String |
toString() |
Copyright © 2023. All rights reserved.