public class MainObject extends RealmObject { private String name; private RealmList ints; // Getters and setters }