ZeroOne3010 / yetanotherhueapi

A Java library for controlling Philips Hue lights. Available from the Maven Central.
MIT License
69 stars 20 forks source link

Remove setter methods from DTO classes #27

Closed ZeroOne3010 closed 3 years ago

ZeroOne3010 commented 3 years ago

The DTO classes that hold the data as parsed directly from the Bridge should not need any setter methods, as the Jackson library will set their values using reflection anyway. Remove the setter methods where applicable. A few of them have already been marked as deprecated.

This is a breaking change.