results property

Set<StepResult> results
final

The results collected so far in the survey.

Note: This exposes the internal set. For better encapsulation, consider using this as a read-only reference.

Implementation

final Set<StepResult> results;