package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class TxE extends C16562pOe { @SerializedName("isTotalFromAllAccounts") public final String c; @SerializedName("loanList") public final List d; @SerializedName("totalRemainingBalance") public final Double e; public final String toString() { List list = this.d; Double d = this.e; String str = this.c; StringBuilder sb = new StringBuilder("LoanSummaryListEntity(loanList="); sb.append(list); sb.append(", totalRemainingBalance="); sb.append(d); sb.append(", isTotalFromAllAccounts="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.d; int hashCode = list == null ? 0 : list.hashCode(); Double d = this.e; int hashCode2 = d == null ? 0 : d.hashCode(); String str = this.c; return (((hashCode * 31) + hashCode2) * 31) + (str != null ? str.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof TxE)) { return false; } TxE txE = (TxE) obj; return C14957gcv.b(this.d, txE.d) && C14957gcv.b(this.e, txE.e) && C14957gcv.b((Object) this.c, (Object) txE.c); } }