I have a class with private fields and I\'m using getters to access those private fields:
List get events { return _events; }