66 lines
2.1 KiB
Java
66 lines
2.1 KiB
Java
package o;
|
|
|
|
/* renamed from: o.If, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0508If {
|
|
public final IX a;
|
|
public final IX b;
|
|
public final String c;
|
|
public final C0501Ia d;
|
|
public final IX e;
|
|
public final String j;
|
|
|
|
public C0508If(IX ix, IX ix2, IX ix3, C0501Ia c0501Ia, String str, String str2) {
|
|
C14957gcv.e(ix, "");
|
|
C14957gcv.e(ix2, "");
|
|
C14957gcv.e(ix3, "");
|
|
C14957gcv.e(c0501Ia, "");
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.e = ix;
|
|
this.b = ix2;
|
|
this.a = ix3;
|
|
this.d = c0501Ia;
|
|
this.c = str;
|
|
this.j = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
IX ix = this.e;
|
|
IX ix2 = this.b;
|
|
IX ix3 = this.a;
|
|
C0501Ia c0501Ia = this.d;
|
|
String str = this.c;
|
|
String str2 = this.j;
|
|
StringBuilder sb = new StringBuilder("CloseAccountReviewDisplay(closingAccountDataDisplay=");
|
|
sb.append(ix);
|
|
sb.append(", depositTypeDataDisplay=");
|
|
sb.append(ix2);
|
|
sb.append(", receivingAccountDataDisplay=");
|
|
sb.append(ix3);
|
|
sb.append(", amountDataDisplay=");
|
|
sb.append(c0501Ia);
|
|
sb.append(", contactInformation=");
|
|
sb.append(str);
|
|
sb.append(", remarks=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.j.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0508If)) {
|
|
return false;
|
|
}
|
|
C0508If c0508If = (C0508If) obj;
|
|
return C14957gcv.b(this.e, c0508If.e) && C14957gcv.b(this.b, c0508If.b) && C14957gcv.b(this.a, c0508If.a) && C14957gcv.b(this.d, c0508If.d) && C14957gcv.b((Object) this.c, (Object) c0508If.c) && C14957gcv.b((Object) this.j, (Object) c0508If.j);
|
|
}
|
|
}
|