package o; /* renamed from: o.Tk, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C1002Tk { C1001Tj b; String c; TK d; String e; public C1002Tk(String str, C1001Tj c1001Tj, String str2, TK tk) { C14957gcv.e(tk, ""); this.e = str; this.b = c1001Tj; this.c = str2; this.d = tk; } public /* synthetic */ C1002Tk(TK tk) { this(null, null, null, tk); } public /* synthetic */ C1002Tk() { } public final String toString() { String str = this.e; C1001Tj c1001Tj = this.b; String str2 = this.c; TK tk = this.d; StringBuilder sb = new StringBuilder("GoogleSignInResponseDisplay(accessToken="); sb.append(str); sb.append(", googleResponse="); sb.append(c1001Tj); sb.append(", refreshToken="); sb.append(str2); sb.append(", status="); sb.append(tk); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); C1001Tj c1001Tj = this.b; int hashCode2 = c1001Tj == null ? 0 : c1001Tj.hashCode(); String str2 = this.c; return (((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1002Tk)) { return false; } C1002Tk c1002Tk = (C1002Tk) obj; return C14957gcv.b((Object) this.e, (Object) c1002Tk.e) && C14957gcv.b(this.b, c1002Tk.b) && C14957gcv.b((Object) this.c, (Object) c1002Tk.c) && C14957gcv.b(this.d, c1002Tk.d); } }