package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class tnm { @SerializedName("agentCode") public final String a; @SerializedName("accountName") public final String b; @SerializedName("agentName") public final String c; @SerializedName("accountNo") public final String d; @SerializedName("agentLogo") public final String e; @SerializedName("postingType") public final String f; @SerializedName("amount") public final String g; @SerializedName("timestamp") public final String h; @SerializedName("refId") public final String i; @SerializedName("branchCode") public final String j; /* renamed from: o, reason: collision with root package name */ @SerializedName("transactionType") public final String f9280o; public final String toString() { String str = this.i; String str2 = this.h; String str3 = this.f9280o; String str4 = this.d; String str5 = this.b; String str6 = this.a; String str7 = this.c; String str8 = this.e; String str9 = this.g; String str10 = this.f; String str11 = this.j; StringBuilder sb = new StringBuilder("BankingAgentTransactionEntity(refId="); sb.append(str); sb.append(", timestamp="); sb.append(str2); sb.append(", transactionType="); sb.append(str3); sb.append(", accountNo="); sb.append(str4); sb.append(", accountName="); sb.append(str5); sb.append(", agentCode="); sb.append(str6); sb.append(", agentName="); sb.append(str7); sb.append(", agentLogo="); sb.append(str8); sb.append(", amount="); sb.append(str9); sb.append(", postingType="); sb.append(str10); sb.append(", branchCode="); sb.append(str11); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((((((((this.i.hashCode() * 31) + this.h.hashCode()) * 31) + this.f9280o.hashCode()) * 31) + this.d.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.g.hashCode()) * 31) + this.f.hashCode()) * 31) + this.j.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof tnm)) { return false; } tnm tnmVar = (tnm) obj; return C14957gcv.b((Object) this.i, (Object) tnmVar.i) && C14957gcv.b((Object) this.h, (Object) tnmVar.h) && C14957gcv.b((Object) this.f9280o, (Object) tnmVar.f9280o) && C14957gcv.b((Object) this.d, (Object) tnmVar.d) && C14957gcv.b((Object) this.b, (Object) tnmVar.b) && C14957gcv.b((Object) this.a, (Object) tnmVar.a) && C14957gcv.b((Object) this.c, (Object) tnmVar.c) && C14957gcv.b((Object) this.e, (Object) tnmVar.e) && C14957gcv.b((Object) this.g, (Object) tnmVar.g) && C14957gcv.b((Object) this.f, (Object) tnmVar.f) && C14957gcv.b((Object) this.j, (Object) tnmVar.j); } }