package o; import java.util.List; /* loaded from: classes3.dex */ public final class OCc { public final List b; public OCc(List list) { C14957gcv.e(list, ""); this.b = list; } public final String toString() { List list = this.b; StringBuilder sb = new StringBuilder("RegistrationAccounts(accounts="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof OCc) && C14957gcv.b(this.b, ((OCc) obj).b); } }