grafana-api-java-client
grafana-api-java-client copied to clipboard
Use private access for model member fields
The getters and (fluent) setters are public, so the fields should not be exposed directly.
Please note that I have created a fork that already implements this, and can produce a PR if this functionality is desired in the main code base.