attributes property

  1. @OneToMany(table: TrackedEntityAttributeValue)
List<TrackedEntityAttributeValue>? attributes
getter/setter pair

Implementation

@OneToMany(table: TrackedEntityAttributeValue)
List<TrackedEntityAttributeValue>? attributes;