package o; /* loaded from: classes3.dex */ public final class IHt extends Pag { public final String a; public final Boolean b; public final String c; public final String d; public final String f; public IHt(String str, Boolean bool, String str2, String str3, String str4) { C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); this.d = str; this.b = bool; this.a = str2; this.c = str3; this.f = str4; } public final String toString() { String str = this.d; Boolean bool = this.b; String str2 = this.a; String str3 = this.c; String str4 = this.f; StringBuilder sb = new StringBuilder("TouchPointValidate(fatcaStatus="); sb.append(str); sb.append(", registerVerifyUser="); sb.append(bool); sb.append(", transactionId="); sb.append(str2); sb.append(", ekycMethod="); sb.append(str3); sb.append(", userType="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.d; int hashCode = str == null ? 0 : str.hashCode(); Boolean bool = this.b; return (((((((hashCode * 31) + (bool != null ? bool.hashCode() : 0)) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.f.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof IHt)) { return false; } IHt iHt = (IHt) obj; return C14957gcv.b((Object) this.d, (Object) iHt.d) && C14957gcv.b(this.b, iHt.b) && C14957gcv.b((Object) this.a, (Object) iHt.a) && C14957gcv.b((Object) this.c, (Object) iHt.c) && C14957gcv.b((Object) this.f, (Object) iHt.f); } }