package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.ey, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C12430ey { @SerializedName("tilesVersion") private final String a; @SerializedName("e2eeSid") private final String b; @SerializedName("mobileNo") private final String d; @SerializedName("encryptPin") private final String e; public C12430ey(String str, String str2, String str3, String str4) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); this.d = str; this.b = str2; this.e = str3; this.a = str4; } public final String toString() { String str = this.d; String str2 = this.b; String str3 = this.e; String str4 = this.a; StringBuilder sb = new StringBuilder("PreValidationRequest(mobileNo="); sb.append(str); sb.append(", e2eeSid="); sb.append(str2); sb.append(", encryptPin="); sb.append(str3); sb.append(", tilesVersion="); sb.append(str4); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((this.d.hashCode() * 31) + this.b.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C12430ey)) { return false; } C12430ey c12430ey = (C12430ey) obj; return C14957gcv.b((Object) this.d, (Object) c12430ey.d) && C14957gcv.b((Object) this.b, (Object) c12430ey.b) && C14957gcv.b((Object) this.e, (Object) c12430ey.e) && C14957gcv.b((Object) this.a, (Object) c12430ey.a); } }