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

41 lines
1.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* loaded from: classes3.dex */
public final class PLV {
public final C12053equ b;
public final C12053equ c;
public PLV(C12053equ c12053equ, C12053equ c12053equ2) {
C14957gcv.e(c12053equ, "");
C14957gcv.e(c12053equ2, "");
this.b = c12053equ;
this.c = c12053equ2;
}
public final String toString() {
C12053equ c12053equ = this.b;
C12053equ c12053equ2 = this.c;
StringBuilder sb = new StringBuilder("UnregisteredCardXAccountList(cardXAccounts=");
sb.append(c12053equ);
sb.append(", cardXPendingAccounts=");
sb.append(c12053equ2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.b.hashCode() * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof PLV)) {
return false;
}
PLV plv = (PLV) obj;
return C14957gcv.b(this.b, plv.b) && C14957gcv.b(this.c, plv.c);
}
}