package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class kQK { @SerializedName("cards") public final List b; @SerializedName("productType") public final String c; @SerializedName("isFirstCard") public final Boolean d; @SerializedName("registeredProducts") public final List e; public final String toString() { String str = this.c; Boolean bool = this.d; List list = this.b; List list2 = this.e; StringBuilder sb = new StringBuilder("EligibleCreditCardEntity(productType="); sb.append(str); sb.append(", isFirstCard="); sb.append(bool); sb.append(", cards="); sb.append(list); sb.append(", registeredProducts="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); Boolean bool = this.d; int hashCode2 = bool == null ? 0 : bool.hashCode(); List list = this.b; int hashCode3 = list == null ? 0 : list.hashCode(); List list2 = this.e; 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 kQK)) { return false; } kQK kqk = (kQK) obj; return C14957gcv.b((Object) this.c, (Object) kqk.c) && C14957gcv.b(this.d, kqk.d) && C14957gcv.b(this.b, kqk.b) && C14957gcv.b(this.e, kqk.e); } }