package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class huP { @SerializedName("description") public final String a; @SerializedName("promoFlag") public final String b; @SerializedName("promoCode") public final String c; @SerializedName("options") public final List d; public final String toString() { String str = this.c; String str2 = this.b; String str3 = this.a; List list = this.d; StringBuilder sb = new StringBuilder("HmlProductCatalogueEntity(promoCode="); sb.append(str); sb.append(", promoFlag="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", options="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.c; int hashCode = str == null ? 0 : str.hashCode(); int hashCode2 = this.b.hashCode(); String str2 = this.a; return (((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof huP)) { return false; } huP hup = (huP) obj; return C14957gcv.b((Object) this.c, (Object) hup.c) && C14957gcv.b((Object) this.b, (Object) hup.b) && C14957gcv.b((Object) this.a, (Object) hup.a) && C14957gcv.b(this.d, hup.d); } }