package o; /* renamed from: o.fay, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C13475fay { public final String b; public final String c; public final String e; public C13475fay(String str, String str2, String str3) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); this.e = str; this.b = str2; this.c = str3; } public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.c; StringBuilder sb = new StringBuilder("ConsentPoint(version="); sb.append(str); sb.append(", content="); sb.append(str2); sb.append(", tcAcceptRequired="); sb.append(str3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C13475fay)) { return false; } C13475fay c13475fay = (C13475fay) obj; return C14957gcv.b((Object) this.e, (Object) c13475fay.e) && C14957gcv.b((Object) this.b, (Object) c13475fay.b) && C14957gcv.b((Object) this.c, (Object) c13475fay.c); } }