getter、setter、toString方法自动生成即可。
public class Country { private Long id; private String countryName; private String countryCode; ...}