package o; /* renamed from: o.goi, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C15369goi { public final String a; public final String b; public final String c; public final String d; public final String e; public final String g; public final String h; public C15369goi(String str, String str2, String str3, String str4, String str5, String str6, String str7) { this.g = str; this.h = str2; this.b = str3; this.a = str4; this.c = str5; this.d = str6; this.e = str7; } public final String toString() { String str = this.g; String str2 = this.h; String str3 = this.b; String str4 = this.a; String str5 = this.c; String str6 = this.d; String str7 = this.e; StringBuilder sb = new StringBuilder("ContextualMetadata(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.g; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.h; 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.d; int hashCode6 = str6 == null ? 0 : str6.hashCode(); String str7 = this.e; 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 C15369goi)) { return false; } C15369goi c15369goi = (C15369goi) obj; return C14957gcv.b((Object) this.g, (Object) c15369goi.g) && C14957gcv.b((Object) this.h, (Object) c15369goi.h) && C14957gcv.b((Object) this.b, (Object) c15369goi.b) && C14957gcv.b((Object) this.a, (Object) c15369goi.a) && C14957gcv.b((Object) this.c, (Object) c15369goi.c) && C14957gcv.b((Object) this.d, (Object) c15369goi.d) && C14957gcv.b((Object) this.e, (Object) c15369goi.e); } }