package o; import java.util.List; /* loaded from: classes3.dex */ public final class Xfj { public final String c; public final List d; public final String e; public Xfj(String str, String str2, List list) { this.e = str; this.c = str2; this.d = list; } public final String toString() { String str = this.e; String str2 = this.c; List list = this.d; StringBuilder sb = new StringBuilder("DiscoverTop(title="); sb.append(str); sb.append(", remark="); sb.append(str2); sb.append(", items="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; int hashCode = str == null ? 0 : str.hashCode(); String str2 = this.c; int hashCode2 = str2 == null ? 0 : str2.hashCode(); List list = this.d; return (((hashCode * 31) + hashCode2) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof Xfj)) { return false; } Xfj xfj = (Xfj) obj; return C14957gcv.b((Object) this.e, (Object) xfj.e) && C14957gcv.b((Object) this.c, (Object) xfj.c) && C14957gcv.b(this.d, xfj.d); } }