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