package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class WhJ { @SerializedName("description") public final String a; @SerializedName("couponExpiry") public final String b; @SerializedName("couponCode") public final String c; @SerializedName("couponStatus") public final String d; @SerializedName("couponTimeLimit") public final Integer e; @SerializedName("txnRefNo") public final String f; @SerializedName("redemptionDate") public final String g; @SerializedName("usedDate") public final String h; @SerializedName("name") public final String i; @SerializedName("imageUrl") public final String j; private WhJ(String str, String str2, String str3, String str4, String str5, Integer num, String str6, String str7, String str8, String str9) { this.f = str; this.c = str2; this.j = str3; this.b = str4; this.g = str5; this.e = num; this.i = str6; this.a = str7; this.h = str8; this.d = str9; } private /* synthetic */ WhJ(byte b) { this("", "", "", "", "", 0, "", "", "", ""); } public final String toString() { String str = this.f; String str2 = this.c; String str3 = this.j; String str4 = this.b; String str5 = this.g; Integer num = this.e; String str6 = this.i; String str7 = this.a; String str8 = this.h; String str9 = this.d; StringBuilder sb = new StringBuilder("ECouponDetailEntity(txnRefNo="); sb.append(str); sb.append(", couponCode="); sb.append(str2); sb.append(", imageUrl="); sb.append(str3); sb.append(", couponExpiry="); sb.append(str4); sb.append(", redemptionDate="); sb.append(str5); sb.append(", couponTimeLimit="); sb.append(num); sb.append(", name="); sb.append(str6); sb.append(", description="); sb.append(str7); sb.append(", usedDate="); sb.append(str8); sb.append(", couponStatus="); sb.append(str9); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.f; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.j; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.b; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.g; int hashCode5 = str5 == null ? 0 : str5.hashCode(); Integer num = this.e; int hashCode6 = num == null ? 0 : num.hashCode(); String str6 = this.i; int hashCode7 = str6 == null ? 0 : str6.hashCode(); String str7 = this.a; int hashCode8 = str7 == null ? 0 : str7.hashCode(); String str8 = this.h; int hashCode9 = str8 == null ? 0 : str8.hashCode(); String str9 = this.d; return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str9 != null ? str9.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof WhJ)) { return false; } WhJ whJ = (WhJ) obj; return C14957gcv.b((Object) this.f, (Object) whJ.f) && C14957gcv.b((Object) this.c, (Object) whJ.c) && C14957gcv.b((Object) this.j, (Object) whJ.j) && C14957gcv.b((Object) this.b, (Object) whJ.b) && C14957gcv.b((Object) this.g, (Object) whJ.g) && C14957gcv.b(this.e, whJ.e) && C14957gcv.b((Object) this.i, (Object) whJ.i) && C14957gcv.b((Object) this.a, (Object) whJ.a) && C14957gcv.b((Object) this.h, (Object) whJ.h) && C14957gcv.b((Object) this.d, (Object) whJ.d); } public WhJ() { this((byte) 0); } }