package o; import java.util.List; /* renamed from: o.Nq, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C0747Nq { public final String a; public final String b; public final List c; public final String e; public C0747Nq(String str, String str2, String str3, List list) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(list, ""); this.b = str; this.e = str2; this.a = str3; this.c = list; } public final String toString() { String str = this.b; String str2 = this.e; String str3 = this.a; List list = this.c; StringBuilder sb = new StringBuilder("HmlNTBApplyLoanEntryDisplay(title="); sb.append(str); sb.append(", iconPath="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", buttons="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C0747Nq)) { return false; } C0747Nq c0747Nq = (C0747Nq) obj; return C14957gcv.b((Object) this.b, (Object) c0747Nq.b) && C14957gcv.b((Object) this.e, (Object) c0747Nq.e) && C14957gcv.b((Object) this.a, (Object) c0747Nq.a) && C14957gcv.b(this.c, c0747Nq.c); } }