package o; import java.util.List; /* renamed from: o.uAM, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17119uAM { public final thY a; public final List b; public final String c; public final List d; public C17119uAM(List list, List list2, thY thy, String str) { C14957gcv.e(list, ""); C14957gcv.e(list2, ""); C14957gcv.e(thy, ""); this.b = list; this.d = list2; this.a = thy; this.c = str; } public final String toString() { List list = this.b; List list2 = this.d; thY thy = this.a; String str = this.c; StringBuilder sb = new StringBuilder("DebitCardRequest(debitCardDepositAccountList="); sb.append(list); sb.append(", debitCardTypeList="); sb.append(list2); sb.append(", basicAccountRemark="); sb.append(thy); sb.append(", productType="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.b.hashCode(); int hashCode2 = this.d.hashCode(); int hashCode3 = this.a.hashCode(); String str = this.c; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17119uAM)) { return false; } C17119uAM c17119uAM = (C17119uAM) obj; return C14957gcv.b(this.b, c17119uAM.b) && C14957gcv.b(this.d, c17119uAM.d) && C14957gcv.b(this.a, c17119uAM.a) && C14957gcv.b((Object) this.c, (Object) c17119uAM.c); } }