83 lines
2.9 KiB
Java
83 lines
2.9 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.Np, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0746Np {
|
||
|
public final List<EM> a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final List<EM> d;
|
||
|
public final String e;
|
||
|
public final String f;
|
||
|
public final String g;
|
||
|
public final List<EM> j;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public C0746Np(List<? extends EM> list, List<? extends EM> list2, List<? extends EM> list3, String str, String str2, String str3, String str4, String str5) {
|
||
|
C14957gcv.e(list, "");
|
||
|
C14957gcv.e(list2, "");
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.a = list;
|
||
|
this.d = list2;
|
||
|
this.j = list3;
|
||
|
this.c = str;
|
||
|
this.g = str2;
|
||
|
this.f = str3;
|
||
|
this.b = str4;
|
||
|
this.e = str5;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
List<EM> list = this.a;
|
||
|
List<EM> list2 = this.d;
|
||
|
List<EM> list3 = this.j;
|
||
|
String str = this.c;
|
||
|
String str2 = this.g;
|
||
|
String str3 = this.f;
|
||
|
String str4 = this.b;
|
||
|
String str5 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("HmlLoanReviewDetailsDisplay(loanInfo=");
|
||
|
sb.append(list);
|
||
|
sb.append(", accountInfo=");
|
||
|
sb.append(list2);
|
||
|
sb.append(", taxFeesInfo=");
|
||
|
sb.append(list3);
|
||
|
sb.append(", netTransferAmount=");
|
||
|
sb.append(str);
|
||
|
sb.append(", repaymentDate=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", repaymentFrequency=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", estatementMail=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", attentionText=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.a.hashCode();
|
||
|
int hashCode2 = this.d.hashCode();
|
||
|
List<EM> list = this.j;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + (list == null ? 0 : list.hashCode())) * 31) + this.c.hashCode()) * 31) + this.g.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0746Np)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0746Np c0746Np = (C0746Np) obj;
|
||
|
return C14957gcv.b(this.a, c0746Np.a) && C14957gcv.b(this.d, c0746Np.d) && C14957gcv.b(this.j, c0746Np.j) && C14957gcv.b((Object) this.c, (Object) c0746Np.c) && C14957gcv.b((Object) this.g, (Object) c0746Np.g) && C14957gcv.b((Object) this.f, (Object) c0746Np.f) && C14957gcv.b((Object) this.b, (Object) c0746Np.b) && C14957gcv.b((Object) this.e, (Object) c0746Np.e);
|
||
|
}
|
||
|
}
|