package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.snD, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16966snD { @SerializedName("INVITE_MSG_TH") public final String a; @SerializedName("FROZEN_MSG_EN") public final String b; @SerializedName("INVITE_MSG_EN") public final String c; @SerializedName("FROZEN_MSG_TH") public final String d; @SerializedName("PARTIAL_SEARCH_INIT_MSG_EN") public final String e; @SerializedName("TAB_NAME_EN") public final String f; @SerializedName("PARTIAL_SEARCH_INIT_MSG_TH") public final String g; @SerializedName("REGIST_ICON_PATH") public final String h; @SerializedName("REPAYMENT_MSG_TH") public final String i; @SerializedName("REPAYMENT_MSG_EN") public final String j; @SerializedName("TAB_NAME_TH") public final String n; public final String toString() { String str = this.f; String str2 = this.n; String str3 = this.e; String str4 = this.g; String str5 = this.h; String str6 = this.c; String str7 = this.a; String str8 = this.j; String str9 = this.i; String str10 = this.b; String str11 = this.d; StringBuilder sb = new StringBuilder("AppConfigBnplEntity(tabNameEN="); sb.append(str); sb.append(", tabNameTH="); sb.append(str2); sb.append(", partialSearchInitMsgEN="); sb.append(str3); sb.append(", partialSearchInitMsgTH="); sb.append(str4); sb.append(", regisIconPath="); sb.append(str5); sb.append(", inviteMsgEN="); sb.append(str6); sb.append(", inviteMsgTH="); sb.append(str7); sb.append(", repaymentMsgEN="); sb.append(str8); sb.append(", repaymentMsgTH="); sb.append(str9); sb.append(", frozenMsgEN="); sb.append(str10); sb.append(", frozenMsgTH="); sb.append(str11); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.f; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.n; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.e; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.g; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.h; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.c; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.a; int hashCode7 = str7 == null ? 0 : str7.hashCode(); String str8 = this.j; int hashCode8 = str8 == null ? 0 : str8.hashCode(); String str9 = this.i; int hashCode9 = str9 == null ? 0 : str9.hashCode(); String str10 = this.b; int hashCode10 = str10 == null ? 0 : str10.hashCode(); String str11 = this.d; return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str11 != null ? str11.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16966snD)) { return false; } C16966snD c16966snD = (C16966snD) obj; return C14957gcv.b((Object) this.f, (Object) c16966snD.f) && C14957gcv.b((Object) this.n, (Object) c16966snD.n) && C14957gcv.b((Object) this.e, (Object) c16966snD.e) && C14957gcv.b((Object) this.g, (Object) c16966snD.g) && C14957gcv.b((Object) this.h, (Object) c16966snD.h) && C14957gcv.b((Object) this.c, (Object) c16966snD.c) && C14957gcv.b((Object) this.a, (Object) c16966snD.a) && C14957gcv.b((Object) this.j, (Object) c16966snD.j) && C14957gcv.b((Object) this.i, (Object) c16966snD.i) && C14957gcv.b((Object) this.b, (Object) c16966snD.b) && C14957gcv.b((Object) this.d, (Object) c16966snD.d); } }