package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.bQ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4104bQ { @SerializedName("maxAal") private final String a; @SerializedName("marketingNameTH") private final String b; @SerializedName("marketingNameEN") private final String c; @SerializedName("companyCode") private final String d; @SerializedName("maxIal") private final String e; @SerializedName("nodeId") private final String i; public C4104bQ(String str, String str2, String str3, String str4, String str5, String str6) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); this.i = str; this.d = str2; this.b = str3; this.c = str4; this.e = str5; this.a = str6; } public final String toString() { String str = this.i; String str2 = this.d; String str3 = this.b; String str4 = this.c; String str5 = this.e; String str6 = this.a; StringBuilder sb = new StringBuilder("NdidRpConfirmationRequest(nodeId="); sb.append(str); sb.append(", companyCode="); sb.append(str2); sb.append(", marketingNameTH="); sb.append(str3); sb.append(", marketingNameEN="); sb.append(str4); sb.append(", maxIal="); sb.append(str5); sb.append(", maxAal="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((this.i.hashCode() * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4104bQ)) { return false; } C4104bQ c4104bQ = (C4104bQ) obj; return C14957gcv.b((Object) this.i, (Object) c4104bQ.i) && C14957gcv.b((Object) this.d, (Object) c4104bQ.d) && C14957gcv.b((Object) this.b, (Object) c4104bQ.b) && C14957gcv.b((Object) this.c, (Object) c4104bQ.c) && C14957gcv.b((Object) this.e, (Object) c4104bQ.e) && C14957gcv.b((Object) this.a, (Object) c4104bQ.a); } }