public class Cars {

    String brand;

    String color;

    int year;

}