package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.fa, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C13424fa { @SerializedName("cardIdExpireDate") private final String a; @SerializedName("mobileNumber") private final String b; @SerializedName("cardLifetimeFlag") private final Boolean e; public C13424fa(String str, String str2, Boolean bool) { C14957gcv.e(str2, ""); this.a = str; this.b = str2; this.e = bool; } public final String toString() { String str = this.a; String str2 = this.b; Boolean bool = this.e; StringBuilder sb = new StringBuilder("SingleFormPersonalInfoRequest(cardIdExpireDate="); sb.append(str); sb.append(", mobileNumber="); sb.append(str2); sb.append(", cardLifetimeFlag="); sb.append(bool); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.b.hashCode(); Boolean bool = this.e; return (((hashCode * 31) + hashCode2) * 31) + (bool != null ? bool.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C13424fa)) { return false; } C13424fa c13424fa = (C13424fa) obj; return C14957gcv.b((Object) this.a, (Object) c13424fa.a) && C14957gcv.b((Object) this.b, (Object) c13424fa.b) && C14957gcv.b(this.e, c13424fa.e); } }