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

99 lines
3.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class iIM {
@SerializedName("applicationDisplayNameEn")
String a;
@SerializedName("applicationId")
String b;
@SerializedName("applicationDisplayNameTh")
String c;
@SerializedName("application")
String d;
@SerializedName("icon")
String e;
@SerializedName("organizationId")
String f;
@SerializedName("organizationDisplayNameEn")
String g;
@SerializedName("organization")
String h;
@SerializedName("organizationDisplayNameTh")
String i;
public final String toString() {
String str = this.d;
String str2 = this.c;
String str3 = this.a;
String str4 = this.b;
String str5 = this.h;
String str6 = this.i;
String str7 = this.g;
String str8 = this.f;
String str9 = this.e;
StringBuilder sb = new StringBuilder("InformationEntity(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.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.h;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.i;
int hashCode6 = str6 == null ? 0 : str6.hashCode();
String str7 = this.g;
int hashCode7 = str7 == null ? 0 : str7.hashCode();
String str8 = this.f;
int hashCode8 = str8 == null ? 0 : str8.hashCode();
String str9 = this.e;
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 iIM)) {
return false;
}
iIM iim = (iIM) obj;
return C14957gcv.b((Object) this.d, (Object) iim.d) && C14957gcv.b((Object) this.c, (Object) iim.c) && C14957gcv.b((Object) this.a, (Object) iim.a) && C14957gcv.b((Object) this.b, (Object) iim.b) && C14957gcv.b((Object) this.h, (Object) iim.h) && C14957gcv.b((Object) this.i, (Object) iim.i) && C14957gcv.b((Object) this.g, (Object) iim.g) && C14957gcv.b((Object) this.f, (Object) iim.f) && C14957gcv.b((Object) this.e, (Object) iim.e);
}
}