package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bP, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4071bP { @SerializedName("requestId") private final String b; @SerializedName("tilesVersion") public String d; public C4071bP(String str) { C14957gcv.e(str, ""); this.b = str; this.d = null; } public final String toString() { String str = this.b; String str2 = this.d; StringBuilder sb = new StringBuilder("NdidIdpVerificationRequest(requestId="); sb.append(str); sb.append(", tilesVersion="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); String str = this.d; return (hashCode * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4071bP)) { return false; } C4071bP c4071bP = (C4071bP) obj; return C14957gcv.b((Object) this.b, (Object) c4071bP.b) && C14957gcv.b((Object) this.d, (Object) c4071bP.d); } }