package o; /* renamed from: o.Ti, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C0999Ti { String a; String c; boolean d; TK e; public C0999Ti(boolean z, String str, String str2, TK tk) { C14957gcv.e(tk, ""); this.d = z; this.a = str; this.c = str2; this.e = tk; } public /* synthetic */ C0999Ti() { } public final String toString() { boolean z = this.d; String str = this.a; String str2 = this.c; TK tk = this.e; StringBuilder sb = new StringBuilder("GoogleLocationResponseDisplay(isLocationEnable="); sb.append(z); sb.append(", latitude="); sb.append(str); sb.append(", longitude="); sb.append(str2); sb.append(", status="); sb.append(tk); sb.append(")"); return sb.toString(); } /* JADX WARN: Multi-variable type inference failed */ /* JADX WARN: Type inference failed for: r0v1, types: [int] */ /* JADX WARN: Type inference failed for: r0v8 */ /* JADX WARN: Type inference failed for: r0v9 */ public final int hashCode() { boolean z = this.d; ?? r0 = z; if (z) { r0 = 1; } String str = this.a; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; return (((((r0 * 31) + hashCode) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0999Ti)) { return false; } C0999Ti c0999Ti = (C0999Ti) obj; return this.d == c0999Ti.d && C14957gcv.b((Object) this.a, (Object) c0999Ti.a) && C14957gcv.b((Object) this.c, (Object) c0999Ti.c) && C14957gcv.b(this.e, c0999Ti.e); } }