package o; import java.util.List; /* loaded from: classes3.dex */ public final class zMW { public final List a; public final Urh b; public final String c; public final Urh e; public zMW(Urh urh, String str, Urh urh2, List list) { C14957gcv.e(urh, ""); C14957gcv.e(str, ""); C14957gcv.e(urh2, ""); C14957gcv.e(list, ""); this.b = urh; this.c = str; this.e = urh2; this.a = list; } public final String toString() { Urh urh = this.b; String str = this.c; Urh urh2 = this.e; List list = this.a; StringBuilder sb = new StringBuilder("HmlNTBApplyLoanEntry(title="); sb.append(urh); sb.append(", iconPath="); sb.append(str); sb.append(", description="); sb.append(urh2); sb.append(", buttons="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((this.b.hashCode() * 31) + this.c.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof zMW)) { return false; } zMW zmw = (zMW) obj; return C14957gcv.b(this.b, zmw.b) && C14957gcv.b((Object) this.c, (Object) zmw.c) && C14957gcv.b(this.e, zmw.e) && C14957gcv.b(this.a, zmw.a); } }