package o; import java.util.List; /* loaded from: classes3.dex */ public final class PAj { public final List b; public final List c; /* JADX WARN: Multi-variable type inference failed */ public PAj(List list, List list2) { C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.c = list; this.b = list2; } public final String toString() { List list = this.c; List list2 = this.b; StringBuilder sb = new StringBuilder("EasycashFeatureOperativeAccount(display="); sb.append(list); sb.append(", referenceAccounts="); sb.append(list2); 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 PAj)) { return false; } PAj pAj = (PAj) obj; return C14957gcv.b(this.c, pAj.c) && C14957gcv.b(this.b, pAj.b); } }