I have two Pojos:
class Object1 { public Object1(String id) { this.id = id; } private String id; private Integer value1; private