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