package o; /* loaded from: classes3.dex */ public final class jwQ { public final String a; public final String b; public final String c; public final String d; public final String e; private final int f; private final String g; private final String h; public jwQ(int i, String str, String str2, String str3, String str4, String str5, String str6, String str7) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); C14957gcv.e(str6, ""); C14957gcv.e(str7, ""); this.f = i; this.c = str; this.e = str2; this.b = str3; this.d = str4; this.a = str5; this.h = str6; this.g = str7; } public final String toString() { int i = this.f; String str = this.c; String str2 = this.e; String str3 = this.b; String str4 = this.d; String str5 = this.a; String str6 = this.h; String str7 = this.g; StringBuilder sb = new StringBuilder("ObligationBank(sortSequence="); sb.append(i); sb.append(", bankCode="); sb.append(str); sb.append(", bankNameEn="); sb.append(str2); sb.append(", bankNameTh="); sb.append(str3); sb.append(", bankShortNameEn="); sb.append(str4); sb.append(", bankShortNameTh="); sb.append(str5); sb.append(", effectiveDate="); sb.append(str6); sb.append(", expiredDate="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((Integer.hashCode(this.f) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.h.hashCode()) * 31) + this.g.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof jwQ)) { return false; } jwQ jwq = (jwQ) obj; return this.f == jwq.f && C14957gcv.b((Object) this.c, (Object) jwq.c) && C14957gcv.b((Object) this.e, (Object) jwq.e) && C14957gcv.b((Object) this.b, (Object) jwq.b) && C14957gcv.b((Object) this.d, (Object) jwq.d) && C14957gcv.b((Object) this.a, (Object) jwq.a) && C14957gcv.b((Object) this.h, (Object) jwq.h) && C14957gcv.b((Object) this.g, (Object) jwq.g); } }