package o; /* renamed from: o.zhb, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17784zhb { public final String b; public final String e; public C17784zhb(String str, String str2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); this.b = str; this.e = str2; } public final String toString() { String str = this.b; String str2 = this.e; StringBuilder sb = new StringBuilder("ValidationsProfile(statusCode="); sb.append(str); sb.append(", applicationId="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.b.hashCode() * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17784zhb)) { return false; } C17784zhb c17784zhb = (C17784zhb) obj; return C14957gcv.b((Object) this.b, (Object) c17784zhb.b) && C14957gcv.b((Object) this.e, (Object) c17784zhb.e); } }