what-the-bank/sources/o/C0623Kx.java

42 lines
1.1 KiB
Java

package o;
/* renamed from: o.Kx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0623Kx {
public final C0590Kc b;
public final C0671Lw c;
public C0623Kx(C0671Lw c0671Lw, C0590Kc c0590Kc) {
C14957gcv.e(c0671Lw, "");
C14957gcv.e(c0590Kc, "");
this.c = c0671Lw;
this.b = c0590Kc;
}
public final String toString() {
C0671Lw c0671Lw = this.c;
C0590Kc c0590Kc = this.b;
StringBuilder sb = new StringBuilder("EasycashMCMCTopUpLoanDisplay(offer=");
sb.append(c0671Lw);
sb.append(", details=");
sb.append(c0590Kc);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.c.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0623Kx)) {
return false;
}
C0623Kx c0623Kx = (C0623Kx) obj;
return C14957gcv.b(this.c, c0623Kx.c) && C14957gcv.b(this.b, c0623Kx.b);
}
}