Package de.smartsquare.squit.report
Class SquitReportResultBranch
-
- All Implemented Interfaces:
-
de.smartsquare.squit.report.SquitReportResultNode
public final class SquitReportResultBranch implements SquitReportResultNode
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, SquitReportResultNode>children
-
Constructor Summary
Constructors Constructor Description SquitReportResultBranch(Map<String, SquitReportResultNode> children)
-
Method Summary
Modifier and Type Method Description final Map<String, SquitReportResultNode>getChildren()final Map<String, Object>toMap()-
-
Constructor Detail
-
SquitReportResultBranch
SquitReportResultBranch(Map<String, SquitReportResultNode> children)
-
-
Method Detail
-
getChildren
final Map<String, SquitReportResultNode> getChildren()
-
-
-
-