what-the-bank/sources/o/vsi.java

35 lines
838 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import org.bouncycastle.i18n.MessageBundle;
/* loaded from: classes3.dex */
public final class vsi {
@SerializedName(MessageBundle.TITLE_ENTRY)
public final String e;
public final String toString() {
String str = this.e;
StringBuilder sb = new StringBuilder("DiscoverTopTagEntity(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 vsi) && C14957gcv.b((Object) this.e, (Object) ((vsi) obj).e);
}
}