package o; /* loaded from: classes3.dex */ public final class ysd { public final String e; public ysd(String str) { this.e = str; } public final String toString() { String str = this.e; StringBuilder sb = new StringBuilder("DiscoverTopTag(title="); sb.append(str); sb.append(")"); return sb.toString(); } public final int hashCode() { String str = this.e; if (str == null) { return 0; } return str.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof ysd) && C14957gcv.b((Object) this.e, (Object) ((ysd) obj).e); } }