102 lines
3.3 KiB
Java
102 lines
3.3 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class NO {
|
|
public final String a;
|
|
public final C0740Nm b;
|
|
public final String c;
|
|
public final String d;
|
|
public final Wcm e;
|
|
private final boolean f;
|
|
private final boolean g;
|
|
public final List<WZ> h;
|
|
public final String j;
|
|
|
|
public /* synthetic */ NO(String str, String str2, C0740Nm c0740Nm, String str3, String str4, List list, Wcm wcm) {
|
|
this(str, str2, c0740Nm, str3, str4, list, wcm, (byte) 0);
|
|
}
|
|
|
|
private NO(String str, String str2, C0740Nm c0740Nm, String str3, String str4, List<WZ> list, Wcm wcm, byte b) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(c0740Nm, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.d = str;
|
|
this.a = str2;
|
|
this.b = c0740Nm;
|
|
this.j = str3;
|
|
this.c = str4;
|
|
this.h = list;
|
|
this.e = wcm;
|
|
this.g = true;
|
|
this.f = false;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.a;
|
|
C0740Nm c0740Nm = this.b;
|
|
String str3 = this.j;
|
|
String str4 = this.c;
|
|
List<WZ> list = this.h;
|
|
Wcm wcm = this.e;
|
|
boolean z = this.g;
|
|
StringBuilder sb = new StringBuilder("HmlSummaryDisplay(principal=");
|
|
sb.append(str);
|
|
sb.append(", duration=");
|
|
sb.append(str2);
|
|
sb.append(", installment=");
|
|
sb.append(c0740Nm);
|
|
sb.append(", repaymentDate=");
|
|
sb.append(str3);
|
|
sb.append(", annualInterest=");
|
|
sb.append(str4);
|
|
sb.append(", promotion=");
|
|
sb.append(list);
|
|
sb.append(", dutyStamp=");
|
|
sb.append(wcm);
|
|
sb.append(", isNextButtonAtTheBottom=");
|
|
sb.append(z);
|
|
sb.append(", loanPersonalizationSectionVisible=false");
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.d.hashCode();
|
|
int hashCode2 = this.a.hashCode();
|
|
int hashCode3 = this.b.hashCode();
|
|
int hashCode4 = this.j.hashCode();
|
|
int hashCode5 = this.c.hashCode();
|
|
List<WZ> list = this.h;
|
|
int hashCode6 = list == null ? 0 : list.hashCode();
|
|
Wcm wcm = this.e;
|
|
int hashCode7 = wcm != null ? wcm.hashCode() : 0;
|
|
boolean z = this.g;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return ((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i) * 31;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof NO)) {
|
|
return false;
|
|
}
|
|
NO no = (NO) obj;
|
|
if (!C14957gcv.b((Object) this.d, (Object) no.d) || !C14957gcv.b((Object) this.a, (Object) no.a) || !C14957gcv.b(this.b, no.b) || !C14957gcv.b((Object) this.j, (Object) no.j) || !C14957gcv.b((Object) this.c, (Object) no.c) || !C14957gcv.b(this.h, no.h) || !C14957gcv.b(this.e, no.e) || this.g != no.g) {
|
|
return false;
|
|
}
|
|
boolean z = no.f;
|
|
return true;
|
|
}
|
|
}
|