package o; import com.google.gson.annotations.SerializedName; /* loaded from: classes3.dex */ public final class vVa { @SerializedName("descriptionEn") public final String a; @SerializedName("descriptionTh") public final String b; @SerializedName("buttonTextTh") public final String c; @SerializedName("formatType") public final String d; @SerializedName("buttonTextEn") public final String e; @SerializedName("headerEn") public final String f; @SerializedName("headerTh") public final String h; public final String toString() { String str = this.h; String str2 = this.f; String str3 = this.b; String str4 = this.a; String str5 = this.c; String str6 = this.e; String str7 = this.d; StringBuilder sb = new StringBuilder("ContextualMetadataEntity(headerTh="); sb.append(str); sb.append(", headerEn="); sb.append(str2); sb.append(", descriptionTh="); sb.append(str3); sb.append(", descriptionEn="); sb.append(str4); sb.append(", buttonTextTh="); sb.append(str5); sb.append(", buttonTextEn="); sb.append(str6); sb.append(", formatType="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.h; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.f; int hashCode2 = str2 == null ? 0 : str2.hashCode(); String str3 = this.b; int hashCode3 = str3 == null ? 0 : str3.hashCode(); String str4 = this.a; int hashCode4 = str4 == null ? 0 : str4.hashCode(); String str5 = this.c; int hashCode5 = str5 == null ? 0 : str5.hashCode(); String str6 = this.e; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.d; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str7 != null ? str7.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof vVa)) { return false; } vVa vva = (vVa) obj; return C14957gcv.b((Object) this.h, (Object) vva.h) && C14957gcv.b((Object) this.f, (Object) vva.f) && C14957gcv.b((Object) this.b, (Object) vva.b) && C14957gcv.b((Object) this.a, (Object) vva.a) && C14957gcv.b((Object) this.c, (Object) vva.c) && C14957gcv.b((Object) this.e, (Object) vva.e) && C14957gcv.b((Object) this.d, (Object) vva.d); } }