package o; /* renamed from: o.cxl, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C7938cxl { public final String a; public final Urh b; public final double c; public final double d; public final String e; public C7938cxl(String str, String str2, Urh urh, double d, double d2) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(urh, ""); this.e = str; this.a = str2; this.b = urh; this.c = d; this.d = d2; } public final String toString() { String str = this.e; String str2 = this.a; Urh urh = this.b; double d = this.c; double d2 = this.d; StringBuilder sb = new StringBuilder("Idp(nodeId="); sb.append(str); sb.append(", companyCode="); sb.append(str2); sb.append(", marketingName="); sb.append(urh); sb.append(", maxIal="); sb.append(d); sb.append(", maxAal="); sb.append(d2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + Double.hashCode(this.c)) * 31) + Double.hashCode(this.d); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C7938cxl)) { return false; } C7938cxl c7938cxl = (C7938cxl) obj; return C14957gcv.b((Object) this.e, (Object) c7938cxl.e) && C14957gcv.b((Object) this.a, (Object) c7938cxl.a) && C14957gcv.b(this.b, c7938cxl.b) && Double.compare(this.c, c7938cxl.c) == 0 && Double.compare(this.d, c7938cxl.d) == 0; } }