package example8; public class Carrier { private String code; private String name; private String url; private int rating; }