public class ES3Ref { public long id; public ES3Ref(long id) { this.id = id; } }