package h0.a.a; import c.d.b.a.a; /* compiled from: Handle */ public final class n { public final int a; public final String b; /* renamed from: c reason: collision with root package name */ public final String f2811c; public final String d; public final boolean e; public n(int i, String str, String str2, String str3, boolean z2) { this.a = i; this.b = str; this.f2811c = str2; this.d = str3; this.e = z2; } public boolean equals(Object obj) { if (obj == this) { return true; } if (!(obj instanceof n)) { return false; } n nVar = (n) obj; return this.a == nVar.a && this.e == nVar.e && this.b.equals(nVar.b) && this.f2811c.equals(nVar.f2811c) && this.d.equals(nVar.d); } public int hashCode() { return (this.d.hashCode() * this.f2811c.hashCode() * this.b.hashCode()) + this.a + (this.e ? 64 : 0); } public String toString() { StringBuilder sb = new StringBuilder(); sb.append(this.b); sb.append('.'); sb.append(this.f2811c); sb.append(this.d); sb.append(" ("); sb.append(this.a); return a.B(sb, this.e ? " itf" : "", ')'); } }