package o; /* loaded from: classes3.dex */ public final class mZl { public final String a; public final String b; public final String c; public final Boolean d; public final String e; public final String f; public final String g; public final String h; public final String i; public final String j; public final String k; public mZl(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, Boolean bool) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str8, ""); C14957gcv.e(str9, ""); C14957gcv.e(str10, ""); this.k = str; this.c = str2; this.e = str3; this.h = str4; this.i = str5; this.f = str6; this.a = str7; this.j = str8; this.g = str9; this.b = str10; this.d = bool; } public final String toString() { String str = this.k; String str2 = this.c; String str3 = this.e; String str4 = this.h; String str5 = this.i; String str6 = this.f; String str7 = this.a; String str8 = this.j; String str9 = this.g; String str10 = this.b; Boolean bool = this.d; StringBuilder sb = new StringBuilder("NdidCommonIdp(nodeId="); sb.append(str); sb.append(", companyCode="); sb.append(str2); sb.append(", companyLogo="); sb.append(str3); sb.append(", marketingNameTH="); sb.append(str4); sb.append(", marketingNameEN="); sb.append(str5); sb.append(", marketingDisplayNameTH="); sb.append(str6); sb.append(", marketingDisplayNameEN="); sb.append(str7); sb.append(", maxIal="); sb.append(str8); sb.append(", maxAal="); sb.append(str9); sb.append(", industryCode="); sb.append(str10); sb.append(", enrolled="); sb.append(bool); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.k.hashCode(); int hashCode2 = this.c.hashCode(); String str = this.e; int hashCode3 = str == null ? 0 : str.hashCode(); int hashCode4 = this.h.hashCode(); int hashCode5 = this.i.hashCode(); String str2 = this.f; int hashCode6 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode7 = str3 == null ? 0 : str3.hashCode(); int hashCode8 = this.j.hashCode(); int hashCode9 = this.g.hashCode(); int hashCode10 = this.b.hashCode(); Boolean bool = this.d; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (bool != null ? bool.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof mZl)) { return false; } mZl mzl = (mZl) obj; return C14957gcv.b((Object) this.k, (Object) mzl.k) && C14957gcv.b((Object) this.c, (Object) mzl.c) && C14957gcv.b((Object) this.e, (Object) mzl.e) && C14957gcv.b((Object) this.h, (Object) mzl.h) && C14957gcv.b((Object) this.i, (Object) mzl.i) && C14957gcv.b((Object) this.f, (Object) mzl.f) && C14957gcv.b((Object) this.a, (Object) mzl.a) && C14957gcv.b((Object) this.j, (Object) mzl.j) && C14957gcv.b((Object) this.g, (Object) mzl.g) && C14957gcv.b((Object) this.b, (Object) mzl.b) && C14957gcv.b(this.d, mzl.d); } }