if (this == o) return true; if (!(o instanceof Outer)) return false; final Outer cidDetail = (Outer) o; if (id != null ? !id.equals(cidDetail.id) : cidDetail.id != null) return false; return true;
return bubu;
return id;
return (id != null ? id.hashCode() : 0);
this.bubu = bubu;
this.id = id;