package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.eI, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C10568eI { @SerializedName("depositList") private final List b; public C10568eI(List list) { this.b = list; } public final String toString() { List list = this.b; StringBuilder sb = new StringBuilder("RemittancePutAccountsRequest(depositList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.b; if (list == null) { return 0; } return list.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof C10568eI) && C14957gcv.b(this.b, ((C10568eI) obj).b); } }