package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.fb, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C13477fb { @SerializedName("entryPoint") private final String a; @SerializedName("openSCBSFlag") private final String b; @SerializedName("openOmnibusFlag") private final String c; @SerializedName("checkStep") private final String d; @SerializedName("openMfFlag") private final String e; @SerializedName("tileVersion") private final String h; public C13477fb(String str, String str2, String str3, String str4, String str5, String str6) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); this.b = str; this.e = str2; this.c = str3; this.d = str4; this.a = str5; this.h = str6; } public final String toString() { String str = this.b; String str2 = this.e; String str3 = this.c; String str4 = this.d; String str5 = this.a; String str6 = this.h; StringBuilder sb = new StringBuilder("SingleFormEligibilityRequest(openSCBSFlag="); sb.append(str); sb.append(", openMfFlag="); sb.append(str2); sb.append(", openOmnibusFlag="); sb.append(str3); sb.append(", checkStep="); sb.append(str4); sb.append(", entryPoint="); sb.append(str5); sb.append(", tileVersion="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = this.c.hashCode(); String str = this.d; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.a.hashCode()) * 31) + this.h.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C13477fb)) { return false; } C13477fb c13477fb = (C13477fb) obj; return C14957gcv.b((Object) this.b, (Object) c13477fb.b) && C14957gcv.b((Object) this.e, (Object) c13477fb.e) && C14957gcv.b((Object) this.c, (Object) c13477fb.c) && C14957gcv.b((Object) this.d, (Object) c13477fb.d) && C14957gcv.b((Object) this.a, (Object) c13477fb.a) && C14957gcv.b((Object) this.h, (Object) c13477fb.h); } }