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

33 lines
747 B
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class yjM {
public final List<C17502xMb> c;
public yjM(List<C17502xMb> list) {
C14957gcv.e(list, "");
this.c = list;
}
public final String toString() {
List<C17502xMb> 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);
}
}