package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bY, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4368bY { @SerializedName("verificationMethod") private String b; @SerializedName("ekycMethod") private final String e; public C4368bY(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.e = str; this.b = str2; } public final String toString() { String str = this.e; String str2 = this.b; StringBuilder sb = new StringBuilder("VerifyFailAttemptRequest(ekycMethod="); sb.append(str); sb.append(", verificationMethod="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.e.hashCode() * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4368bY)) { return false; } C4368bY c4368bY = (C4368bY) obj; return C14957gcv.b((Object) this.e, (Object) c4368bY.e) && C14957gcv.b((Object) this.b, (Object) c4368bY.b); } }