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

45 lines
1.2 KiB
Java

package o;
import java.util.List;
/* renamed from: o.equ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12053equ {
public final String a;
public final List<Uyw> c;
/* JADX WARN: Multi-variable type inference failed */
public C12053equ(String str, List<? extends Uyw> list) {
C14957gcv.e(list, "");
this.a = str;
this.c = list;
}
public final String toString() {
String str = this.a;
List<Uyw> list = this.c;
StringBuilder sb = new StringBuilder("UnregisteredAccountsWithStatus(error=");
sb.append(str);
sb.append(", accounts=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
return ((str == null ? 0 : str.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12053equ)) {
return false;
}
C12053equ c12053equ = (C12053equ) obj;
return C14957gcv.b((Object) this.a, (Object) c12053equ.a) && C14957gcv.b(this.c, c12053equ.c);
}
}