You could consider using the @Generated annotation to indicate that the code in your model classes is auto-generated and should be excluded from SonarQube's analysis.
You should take a look at this question: what is the use of @Generated Lombok annotation