what-the-bank/sources/o/lkU.java

41 lines
1.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class lkU {
public final C0438Goi c;
public final C17331vqF d;
public lkU(C0438Goi c0438Goi, C17331vqF c17331vqF) {
C14957gcv.e(c0438Goi, "");
C14957gcv.e(c17331vqF, "");
this.c = c0438Goi;
this.d = c17331vqF;
}
public final String toString() {
C0438Goi c0438Goi = this.c;
C17331vqF c17331vqF = this.d;
StringBuilder sb = new StringBuilder("ReviewInfo(personalInfo=");
sb.append(c0438Goi);
sb.append(", investmentInfo=");
sb.append(c17331vqF);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.c.hashCode() * 31) + this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof lkU)) {
return false;
}
lkU lku = (lkU) obj;
return C14957gcv.b(this.c, lku.c) && C14957gcv.b(this.d, lku.d);
}
}