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

107 lines
3.5 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 HUn {
@SerializedName("logo")
public final String a;
@SerializedName("companyCode")
public final String b;
@SerializedName("en")
public final GIr c;
@SerializedName("accountNo")
public final String d;
@SerializedName("th")
public final GIr e;
@SerializedName("refType")
public final String f;
@SerializedName("suggestionOrder")
public final String g;
@SerializedName("categoryCode")
private final String h;
@SerializedName("suggestionFlag")
public final String i;
@SerializedName("defaultRefFlag")
public final String j;
public final String toString() {
String str = this.d;
String str2 = this.a;
String str3 = this.b;
String str4 = this.h;
String str5 = this.f;
String str6 = this.i;
String str7 = this.g;
GIr gIr = this.e;
GIr gIr2 = this.c;
String str8 = this.j;
StringBuilder sb = new StringBuilder("DirectDebitBillerLocalizedEntity(accountNo=");
sb.append(str);
sb.append(", billerLogo=");
sb.append(str2);
sb.append(", companyCode=");
sb.append(str3);
sb.append(", categoryCode=");
sb.append(str4);
sb.append(", refType=");
sb.append(str5);
sb.append(", suggestionFlag=");
sb.append(str6);
sb.append(", suggestionOrder=");
sb.append(str7);
sb.append(", billerThaiInfo=");
sb.append(gIr);
sb.append(", billerEngInfo=");
sb.append(gIr2);
sb.append(", defaultRefFlag=");
sb.append(str8);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.h;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
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();
GIr gIr = this.e;
int hashCode8 = gIr == null ? 0 : gIr.hashCode();
GIr gIr2 = this.c;
int hashCode9 = gIr2 == null ? 0 : gIr2.hashCode();
String str8 = this.j;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str8 != null ? str8.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HUn)) {
return false;
}
HUn hUn = (HUn) obj;
return C14957gcv.b((Object) this.d, (Object) hUn.d) && C14957gcv.b((Object) this.a, (Object) hUn.a) && C14957gcv.b((Object) this.b, (Object) hUn.b) && C14957gcv.b((Object) this.h, (Object) hUn.h) && C14957gcv.b((Object) this.f, (Object) hUn.f) && C14957gcv.b((Object) this.i, (Object) hUn.i) && C14957gcv.b((Object) this.g, (Object) hUn.g) && C14957gcv.b(this.e, hUn.e) && C14957gcv.b(this.c, hUn.c) && C14957gcv.b((Object) this.j, (Object) hUn.j);
}
}