package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class jxn { @SerializedName("unreadCounter") public final Integer a; @SerializedName("isUnread") public final Boolean c; @SerializedName("readCounter") public final Integer e; public final String toString() { Integer num = this.e; Integer num2 = this.a; Boolean bool = this.c; StringBuilder sb = new StringBuilder("ProductRecommendNotificationEntity(readCounter="); sb.append(num); sb.append(", unreadCounter="); sb.append(num2); sb.append(", isUnread="); sb.append(bool); sb.append(")"); return sb.toString(); } public final int hashCode() { Integer num = this.e; int hashCode = num == null ? 0 : num.hashCode(); Integer num2 = this.a; int hashCode2 = num2 == null ? 0 : num2.hashCode(); Boolean bool = this.c; return (((hashCode * 31) + hashCode2) * 31) + (bool != null ? bool.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof jxn)) { return false; } jxn jxnVar = (jxn) obj; return C14957gcv.b(this.e, jxnVar.e) && C14957gcv.b(this.a, jxnVar.a) && C14957gcv.b(this.c, jxnVar.c); } }