package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.XvP, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1199XvP { @SerializedName("marketingDisplayNameEN") public final String a; @SerializedName("companyLogo") public final String b; @SerializedName("industryCode") public final String c; @SerializedName("enrolled") public final Boolean d; @SerializedName("companyCode") public final String e; @SerializedName("maxIal") public final String f; @SerializedName("marketingNameEN") public final String g; @SerializedName("marketingNameTH") public final String h; @SerializedName("maxAal") public final String i; @SerializedName("marketingDisplayNameTH") public final String j; /* renamed from: o, reason: collision with root package name */ @SerializedName("nodeId") public final String f8454o; public final String toString() { String str = this.f8454o; String str2 = this.e; String str3 = this.b; String str4 = this.h; String str5 = this.g; String str6 = this.j; String str7 = this.a; String str8 = this.f; String str9 = this.i; String str10 = this.c; Boolean bool = this.d; StringBuilder sb = new StringBuilder("NdidCommonIdpEntity(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.f8454o.hashCode(); int hashCode2 = this.e.hashCode(); String str = this.b; int hashCode3 = str == null ? 0 : str.hashCode(); int hashCode4 = this.h.hashCode(); int hashCode5 = this.g.hashCode(); String str2 = this.j; int hashCode6 = str2 == null ? 0 : str2.hashCode(); String str3 = this.a; int hashCode7 = str3 == null ? 0 : str3.hashCode(); int hashCode8 = this.f.hashCode(); int hashCode9 = this.i.hashCode(); int hashCode10 = this.c.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 C1199XvP)) { return false; } C1199XvP c1199XvP = (C1199XvP) obj; return C14957gcv.b((Object) this.f8454o, (Object) c1199XvP.f8454o) && C14957gcv.b((Object) this.e, (Object) c1199XvP.e) && C14957gcv.b((Object) this.b, (Object) c1199XvP.b) && C14957gcv.b((Object) this.h, (Object) c1199XvP.h) && C14957gcv.b((Object) this.g, (Object) c1199XvP.g) && C14957gcv.b((Object) this.j, (Object) c1199XvP.j) && C14957gcv.b((Object) this.a, (Object) c1199XvP.a) && C14957gcv.b((Object) this.f, (Object) c1199XvP.f) && C14957gcv.b((Object) this.i, (Object) c1199XvP.i) && C14957gcv.b((Object) this.c, (Object) c1199XvP.c) && C14957gcv.b(this.d, c1199XvP.d); } }