41 lines
1.0 KiB
Java
41 lines
1.0 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.pgo, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16609pgo {
|
||
|
|
||
|
@SerializedName("investmentInfo")
|
||
|
public final AoM b;
|
||
|
|
||
|
@SerializedName("personalInfo")
|
||
|
public final pbz d;
|
||
|
|
||
|
public final String toString() {
|
||
|
pbz pbzVar = this.d;
|
||
|
AoM aoM = this.b;
|
||
|
StringBuilder sb = new StringBuilder("ReviewInfoEntity(personalInfo=");
|
||
|
sb.append(pbzVar);
|
||
|
sb.append(", investmentInfo=");
|
||
|
sb.append(aoM);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (this.d.hashCode() * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C16609pgo)) {
|
||
|
return false;
|
||
|
}
|
||
|
C16609pgo c16609pgo = (C16609pgo) obj;
|
||
|
return C14957gcv.b(this.d, c16609pgo.d) && C14957gcv.b(this.b, c16609pgo.b);
|
||
|
}
|
||
|
}
|