package o; /* loaded from: classes3.dex */ public final class luP { public final String a; public final String b; public final String c; public final String d; public final String e; private /* synthetic */ luP(byte b) { this("", "", "", "", ""); } public luP(String str, String str2, String str3, String str4, String str5) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.e = str; this.c = str2; this.d = str3; this.a = str4; this.b = str5; } public final String toString() { String str = this.e; String str2 = this.c; String str3 = this.d; String str4 = this.a; String str5 = this.b; StringBuilder sb = new StringBuilder("ThirdPartyHeader(txnDateTime="); sb.append(str); sb.append(", txnNote="); sb.append(str2); sb.append(", txnRefId="); sb.append(str3); sb.append(", txnTitle="); sb.append(str4); sb.append(", txnType="); sb.append(str5); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((this.e.hashCode() * 31) + this.c.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof luP)) { return false; } luP lup = (luP) obj; return C14957gcv.b((Object) this.e, (Object) lup.e) && C14957gcv.b((Object) this.c, (Object) lup.c) && C14957gcv.b((Object) this.d, (Object) lup.d) && C14957gcv.b((Object) this.a, (Object) lup.a) && C14957gcv.b((Object) this.b, (Object) lup.b); } public luP() { this((byte) 0); } }