package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.cOQ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C6282cOQ { @SerializedName("accountTo") public final String a; @SerializedName("botFee") public final String b; @SerializedName("accountToType") public final String c; @SerializedName("accountToName") public final String d; @SerializedName("bankCode") public final String e; @SerializedName("pccTraceNo") public final String f; @SerializedName("channelFee") public final String g; @SerializedName("recipientId") public final Long h; @SerializedName("nickname") public final String i; @SerializedName("feeType") public final String j; @SerializedName("scbFee") public final String l; @SerializedName("subFunction") public final String m; @SerializedName("sortSequence") public final Integer n; /* renamed from: o, reason: collision with root package name */ @SerializedName("totalFee") public final String f8614o; private C6282cOQ(Integer num, Long l) { this.n = num; this.h = l; this.f8614o = null; this.l = null; this.b = null; this.g = null; this.a = null; this.d = null; this.c = null; this.f = null; this.m = null; this.j = null; this.e = null; this.i = null; } private /* synthetic */ C6282cOQ(byte b) { this(0, 0L); } public final String toString() { Integer num = this.n; Long l = this.h; String str = this.f8614o; String str2 = this.l; String str3 = this.b; String str4 = this.g; String str5 = this.a; String str6 = this.d; String str7 = this.c; String str8 = this.f; String str9 = this.m; String str10 = this.j; String str11 = this.e; String str12 = this.i; StringBuilder sb = new StringBuilder("BulkTransferVerifyItemEntity(sortSequence="); sb.append(num); sb.append(", recipientId="); sb.append(l); sb.append(", totalFee="); sb.append(str); sb.append(", scbFee="); sb.append(str2); sb.append(", botFee="); sb.append(str3); sb.append(", channelFee="); sb.append(str4); sb.append(", accountTo="); sb.append(str5); sb.append(", accountToName="); sb.append(str6); sb.append(", accountToType="); sb.append(str7); sb.append(", pccTraceNo="); sb.append(str8); sb.append(", subFunction="); sb.append(str9); sb.append(", feeType="); sb.append(str10); sb.append(", bankCode="); sb.append(str11); sb.append(", nickname="); sb.append(str12); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.n; int hashCode = num == null ? 0 : num.hashCode(); Long l = this.h; int hashCode2 = l == null ? 0 : l.hashCode(); String str = this.f8614o; int hashCode3 = str == null ? 0 : str.hashCode(); String str2 = this.l; int hashCode4 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode5 = str3 == null ? 0 : str3.hashCode(); String str4 = this.g; int hashCode6 = str4 == null ? 0 : str4.hashCode(); String str5 = this.a; int hashCode7 = str5 == null ? 0 : str5.hashCode(); String str6 = this.d; int hashCode8 = str6 == null ? 0 : str6.hashCode(); String str7 = this.c; int hashCode9 = str7 == null ? 0 : str7.hashCode(); String str8 = this.f; int hashCode10 = str8 == null ? 0 : str8.hashCode(); String str9 = this.m; int hashCode11 = str9 == null ? 0 : str9.hashCode(); String str10 = this.j; int hashCode12 = str10 == null ? 0 : str10.hashCode(); String str11 = this.e; int hashCode13 = str11 == null ? 0 : str11.hashCode(); String str12 = this.i; return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + (str12 != null ? str12.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C6282cOQ)) { return false; } C6282cOQ c6282cOQ = (C6282cOQ) obj; return C14957gcv.b(this.n, c6282cOQ.n) && C14957gcv.b(this.h, c6282cOQ.h) && C14957gcv.b((Object) this.f8614o, (Object) c6282cOQ.f8614o) && C14957gcv.b((Object) this.l, (Object) c6282cOQ.l) && C14957gcv.b((Object) this.b, (Object) c6282cOQ.b) && C14957gcv.b((Object) this.g, (Object) c6282cOQ.g) && C14957gcv.b((Object) this.a, (Object) c6282cOQ.a) && C14957gcv.b((Object) this.d, (Object) c6282cOQ.d) && C14957gcv.b((Object) this.c, (Object) c6282cOQ.c) && C14957gcv.b((Object) this.f, (Object) c6282cOQ.f) && C14957gcv.b((Object) this.m, (Object) c6282cOQ.m) && C14957gcv.b((Object) this.j, (Object) c6282cOQ.j) && C14957gcv.b((Object) this.e, (Object) c6282cOQ.e) && C14957gcv.b((Object) this.i, (Object) c6282cOQ.i); } public C6282cOQ() { this((byte) 0); } }