package o; /* renamed from: o.Wq, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1145Wq { public final String c; public final String e; public C1145Wq(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.e = str; this.c = str2; } public final String toString() { String str = this.e; String str2 = this.c; StringBuilder sb = new StringBuilder("SingleFormCountrySourceOfIncomeDisplay(countrySourceOfIncomeDescription="); sb.append(str); sb.append(", countrySourceOfIncome="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.e.hashCode() * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1145Wq)) { return false; } C1145Wq c1145Wq = (C1145Wq) obj; return C14957gcv.b((Object) this.e, (Object) c1145Wq.e) && C14957gcv.b((Object) this.c, (Object) c1145Wq.c); } }