@Getter private boolean isGood; // => isGood() @Getter private boolean good; // => isGood() @Getter private Boolean isGood; // => getIsGood()