package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class Yex { @SerializedName("depositList") public final List e; public final String toString() { List list = this.e; StringBuilder sb = new StringBuilder("HmlSetupAccountsEntity(depositList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.e.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof Yex) && C14957gcv.b(this.e, ((Yex) obj).e); } }