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

92 lines
3.4 KiB
Java

package o;
/* renamed from: o.dLf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C8447dLf {
public final String a;
public final String b;
private final String c;
public final String d;
public final String e;
private final String f;
private final String h;
private final String i;
private final String j;
public C8447dLf(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
this.d = str;
this.e = str2;
this.b = str3;
this.c = str4;
this.i = str5;
this.f = str6;
this.j = str7;
this.h = str8;
this.a = str9;
}
public final String toString() {
String str = this.d;
String str2 = this.e;
String str3 = this.b;
String str4 = this.c;
String str5 = this.i;
String str6 = this.f;
String str7 = this.j;
String str8 = this.h;
String str9 = this.a;
StringBuilder sb = new StringBuilder("Information(application=");
sb.append(str);
sb.append(", applicationDisplayNameTh=");
sb.append(str2);
sb.append(", applicationDisplayNameEn=");
sb.append(str3);
sb.append(", applicationId=");
sb.append(str4);
sb.append(", organization=");
sb.append(str5);
sb.append(", organizationDisplayNameTh=");
sb.append(str6);
sb.append(", organizationDisplayNameEn=");
sb.append(str7);
sb.append(", organizationId=");
sb.append(str8);
sb.append(", icon=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.i;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.f;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.j;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.h;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.a;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str9 != null ? str9.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C8447dLf)) {
return false;
}
C8447dLf c8447dLf = (C8447dLf) obj;
return C14957gcv.b((Object) this.d, (Object) c8447dLf.d) && C14957gcv.b((Object) this.e, (Object) c8447dLf.e) && C14957gcv.b((Object) this.b, (Object) c8447dLf.b) && C14957gcv.b((Object) this.c, (Object) c8447dLf.c) && C14957gcv.b((Object) this.i, (Object) c8447dLf.i) && C14957gcv.b((Object) this.f, (Object) c8447dLf.f) && C14957gcv.b((Object) this.j, (Object) c8447dLf.j) && C14957gcv.b((Object) this.h, (Object) c8447dLf.h) && C14957gcv.b((Object) this.a, (Object) c8447dLf.a);
}
}