id property

  1. @JsonKey(name: 'id')
int? id
getter/setter pair

$NOTE $amola 2017-01-19 This field is apparently something that CUI uses to manually wire up objectives to display info. I am unsure how it works.

Implementation

@JsonKey(name:'id')
int? id;