I have the following Entity
public class User { @PrimaryKey private final long id; private String _id; private String userName; private
If this happens again, I would highly suggest you to autogenerate the getter and/or the setter with the help from Android Studio.
This way you won't risk using time on this issue again.
To see how, please check this SO-answer