package o; import java.util.List; /* loaded from: classes3.dex */ public final class obE { public final List b; public final String c; public final String d; public final Integer e; public obE(Integer num, String str, String str2, List list) { this.e = num; this.c = str; this.d = str2; this.b = list; } public final String toString() { Integer num = this.e; String str = this.c; String str2 = this.d; List list = this.b; StringBuilder sb = new StringBuilder("EasycashLoanInfoItem(sortSequence="); sb.append(num); sb.append(", header="); sb.append(str); sb.append(", subHeader="); sb.append(str2); sb.append(", body="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.e; int hashCode = num == null ? 0 : num.hashCode(); String str = this.c; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.d; int hashCode3 = str2 == null ? 0 : str2.hashCode(); List list = this.b; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof obE)) { return false; } obE obe = (obE) obj; return C14957gcv.b(this.e, obe.e) && C14957gcv.b((Object) this.c, (Object) obe.c) && C14957gcv.b((Object) this.d, (Object) obe.d) && C14957gcv.b(this.b, obe.b); } }