what-the-bank/sources/o/C16595paV.java

133 lines
4.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.paV, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C16595paV {
@SerializedName("INVITE_MSG_EN")
String a;
@SerializedName("INVITE_MSG_TH")
String b;
@SerializedName("PARTIAL_SEARCH_INIT_MSG_EN")
String c;
@SerializedName("FROZEN_MSG_TH")
String d;
@SerializedName("FROZEN_MSG_EN")
String e;
@SerializedName("PARTIAL_SEARCH_INIT_MSG_TH")
String f;
@SerializedName("REGIST_ICON_PATH")
String g;
@SerializedName("REPAYMENT_MSG_EN")
String h;
@SerializedName("TAB_NAME_EN")
String i;
@SerializedName("REPAYMENT_MSG_TH")
String j;
@SerializedName("TAB_NAME_TH")
String n;
public C16595paV(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11) {
this.i = str;
this.n = str2;
this.c = str3;
this.f = str4;
this.g = str5;
this.a = str6;
this.b = str7;
this.h = str8;
this.j = str9;
this.e = str10;
this.d = str11;
}
public /* synthetic */ C16595paV() {
}
public final String toString() {
String str = this.i;
String str2 = this.n;
String str3 = this.c;
String str4 = this.f;
String str5 = this.g;
String str6 = this.a;
String str7 = this.b;
String str8 = this.h;
String str9 = this.j;
String str10 = this.e;
String str11 = this.d;
StringBuilder sb = new StringBuilder("AppConfigBnpl(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.i;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.n;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.f;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.g;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.a;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.b;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.h;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.j;
int hashCode9 = str9 == null ? 0 : str9.hashCode();
String str10 = this.e;
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 C16595paV)) {
return false;
}
C16595paV c16595paV = (C16595paV) obj;
return C14957gcv.b((Object) this.i, (Object) c16595paV.i) && C14957gcv.b((Object) this.n, (Object) c16595paV.n) && C14957gcv.b((Object) this.c, (Object) c16595paV.c) && C14957gcv.b((Object) this.f, (Object) c16595paV.f) && C14957gcv.b((Object) this.g, (Object) c16595paV.g) && C14957gcv.b((Object) this.a, (Object) c16595paV.a) && C14957gcv.b((Object) this.b, (Object) c16595paV.b) && C14957gcv.b((Object) this.h, (Object) c16595paV.h) && C14957gcv.b((Object) this.j, (Object) c16595paV.j) && C14957gcv.b((Object) this.e, (Object) c16595paV.e) && C14957gcv.b((Object) this.d, (Object) c16595paV.d);
}
}