66 lines
2.1 KiB
Java
66 lines
2.1 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Ia, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0501Ia {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String i;
|
|
|
|
public C0501Ia(String str, String str2, String str3, String str4, String str5, String str6) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
this.d = str;
|
|
this.c = str2;
|
|
this.i = str3;
|
|
this.e = str4;
|
|
this.b = str5;
|
|
this.a = str6;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.c;
|
|
String str3 = this.i;
|
|
String str4 = this.e;
|
|
String str5 = this.b;
|
|
String str6 = this.a;
|
|
StringBuilder sb = new StringBuilder("AccountAmountDisplay(amount=");
|
|
sb.append(str);
|
|
sb.append(", interest=");
|
|
sb.append(str2);
|
|
sb.append(", tax=");
|
|
sb.append(str3);
|
|
sb.append(", closingFee=");
|
|
sb.append(str4);
|
|
sb.append(", fee=");
|
|
sb.append(str5);
|
|
sb.append(", netAmount=");
|
|
sb.append(str6);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((this.d.hashCode() * 31) + this.c.hashCode()) * 31) + this.i.hashCode()) * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0501Ia)) {
|
|
return false;
|
|
}
|
|
C0501Ia c0501Ia = (C0501Ia) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c0501Ia.d) && C14957gcv.b((Object) this.c, (Object) c0501Ia.c) && C14957gcv.b((Object) this.i, (Object) c0501Ia.i) && C14957gcv.b((Object) this.e, (Object) c0501Ia.e) && C14957gcv.b((Object) this.b, (Object) c0501Ia.b) && C14957gcv.b((Object) this.a, (Object) c0501Ia.a);
|
|
}
|
|
}
|