package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.bT, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C4202bT { @SerializedName("serviceIdList") private final List a; @SerializedName("statementAccountList") private final List e; public C4202bT(List list, List list2) { C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.e = list; this.a = list2; } public final String toString() { List list = this.e; List list2 = this.a; StringBuilder sb = new StringBuilder("NdidAccountsVerificationRequest(statementAccountList="); sb.append(list); sb.append(", serviceIdList="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { return (this.e.hashCode() * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C4202bT)) { return false; } C4202bT c4202bT = (C4202bT) obj; return C14957gcv.b(this.e, c4202bT.e) && C14957gcv.b(this.a, c4202bT.a); } }