package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class PMI { @SerializedName("loanList") public final List a; @SerializedName("debitCardList") public final List b; @SerializedName("cardx") public final LpN c; @SerializedName("depositList") public final List d; @SerializedName("creditCardList") public final List e; @SerializedName("prepaidCardList") public final List i; public final String toString() { List list = this.e; List list2 = this.a; List list3 = this.i; List list4 = this.b; List list5 = this.d; LpN lpN = this.c; StringBuilder sb = new StringBuilder("MailingAddressLandingResponseEntity(creditCardList="); sb.append(list); sb.append(", loanList="); sb.append(list2); sb.append(", prepaidCardList="); sb.append(list3); sb.append(", debitCardList="); sb.append(list4); sb.append(", depositList="); sb.append(list5); sb.append(", cardX="); sb.append(lpN); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.e; int hashCode = list == null ? 0 : list.hashCode(); List list2 = this.a; int hashCode2 = list2 == null ? 0 : list2.hashCode(); List list3 = this.i; int hashCode3 = list3 == null ? 0 : list3.hashCode(); List list4 = this.b; int hashCode4 = list4 == null ? 0 : list4.hashCode(); List list5 = this.d; int hashCode5 = list5 == null ? 0 : list5.hashCode(); LpN lpN = this.c; return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (lpN != null ? lpN.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof PMI)) { return false; } PMI pmi = (PMI) obj; return C14957gcv.b(this.e, pmi.e) && C14957gcv.b(this.a, pmi.a) && C14957gcv.b(this.i, pmi.i) && C14957gcv.b(this.b, pmi.b) && C14957gcv.b(this.d, pmi.d) && C14957gcv.b(this.c, pmi.c); } }