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

43 lines
1.0 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class jJR {
public final C0396FpD b;
public final List<IDx> e;
public jJR(List<IDx> list, C0396FpD c0396FpD) {
C14957gcv.e(list, "");
C14957gcv.e(c0396FpD, "");
this.e = list;
this.b = c0396FpD;
}
public final String toString() {
List<IDx> list = this.e;
C0396FpD c0396FpD = this.b;
StringBuilder sb = new StringBuilder("BNPLPreValidation(bnplLoanInfo=");
sb.append(list);
sb.append(", tcInfo=");
sb.append(c0396FpD);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.e.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof jJR)) {
return false;
}
jJR jjr = (jJR) obj;
return C14957gcv.b(this.e, jjr.e) && C14957gcv.b(this.b, jjr.b);
}
}