sets property

Map<String, SetSummary> sets
getter/setter pair

The summary of the score for each set. Represented as a mapping from the set index (0, 1, 2, etc) to the summary of that set.

Implementation

Map<String, SetSummary> sets;