package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.lQQ, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16119lQQ { @SerializedName("card") public final pnN a; @SerializedName("deposit") public final pnK b; @SerializedName("cardList") public final List c; @SerializedName("depositAccountList") public final List d; public final String toString() { pnN pnn = this.a; List list = this.c; pnK pnk = this.b; List list2 = this.d; StringBuilder sb = new StringBuilder("DeejungTransferDeeplinkSummaryResponseEntity(card="); sb.append(pnn); sb.append(", creditCardList="); sb.append(list); sb.append(", deposit="); sb.append(pnk); sb.append(", depositAccountList="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { pnN pnn = this.a; int hashCode = pnn == null ? 0 : pnn.hashCode(); List list = this.c; int hashCode2 = list == null ? 0 : list.hashCode(); pnK pnk = this.b; int hashCode3 = pnk == null ? 0 : pnk.hashCode(); List list2 = this.d; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16119lQQ)) { return false; } C16119lQQ c16119lQQ = (C16119lQQ) obj; return C14957gcv.b(this.a, c16119lQQ.a) && C14957gcv.b(this.c, c16119lQQ.c) && C14957gcv.b(this.b, c16119lQQ.b) && C14957gcv.b(this.d, c16119lQQ.d); } }