package o; /* renamed from: o.Wo, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C1143Wo { public final String b; public final C1143Wo c; public final String d; public final String e; public C1143Wo(String str, String str2, String str3, C1143Wo c1143Wo) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); this.e = str; this.b = str2; this.d = str3; this.c = c1143Wo; } public final String toString() { String str = this.e; String str2 = this.b; String str3 = this.d; C1143Wo c1143Wo = this.c; StringBuilder sb = new StringBuilder("SingleFormEligibilityStatusDisplay(code="); sb.append(str); sb.append(", header="); sb.append(str2); sb.append(", description="); sb.append(str3); sb.append(", subStatusDisplay="); sb.append(c1143Wo); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); int hashCode2 = this.b.hashCode(); int hashCode3 = this.d.hashCode(); C1143Wo c1143Wo = this.c; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (c1143Wo == null ? 0 : c1143Wo.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C1143Wo)) { return false; } C1143Wo c1143Wo = (C1143Wo) obj; return C14957gcv.b((Object) this.e, (Object) c1143Wo.e) && C14957gcv.b((Object) this.b, (Object) c1143Wo.b) && C14957gcv.b((Object) this.d, (Object) c1143Wo.d) && C14957gcv.b(this.c, c1143Wo.c); } }