package o; import java.util.List; /* renamed from: o.ogj, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16477ogj { public String a; public final List b; public final String c; public final List d; /* JADX WARN: Multi-variable type inference failed */ public C16477ogj(List list, String str, List list2, String str2) { C14957gcv.e(list, ""); C14957gcv.e(str, ""); C14957gcv.e(list2, ""); this.d = list; this.c = str; this.b = list2; this.a = str2; } public final String toString() { List list = this.d; String str = this.c; List list2 = this.b; String str2 = this.a; StringBuilder sb = new StringBuilder("EasycashMortgageLoan(offers="); sb.append(list); sb.append(", applicationId="); sb.append(str); sb.append(", details="); sb.append(list2); sb.append(", needMoreLine="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.d.hashCode(); int hashCode2 = this.c.hashCode(); int hashCode3 = this.b.hashCode(); String str = this.a; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16477ogj)) { return false; } C16477ogj c16477ogj = (C16477ogj) obj; return C14957gcv.b(this.d, c16477ogj.d) && C14957gcv.b((Object) this.c, (Object) c16477ogj.c) && C14957gcv.b(this.b, c16477ogj.b) && C14957gcv.b((Object) this.a, (Object) c16477ogj.a); } }