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

54 lines
1.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
import org.bouncycastle.i18n.MessageBundle;
/* renamed from: o.VzN, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C1116VzN {
@SerializedName("remark")
public final String a;
@SerializedName(MessageBundle.TITLE_ENTRY)
public final String c;
@SerializedName("items")
public final List<xdk> d;
public final String toString() {
String str = this.c;
String str2 = this.a;
List<xdk> list = this.d;
StringBuilder sb = new StringBuilder("DiscoverTopEntity(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.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
List<xdk> 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 C1116VzN)) {
return false;
}
C1116VzN c1116VzN = (C1116VzN) obj;
return C14957gcv.b((Object) this.c, (Object) c1116VzN.c) && C14957gcv.b((Object) this.a, (Object) c1116VzN.a) && C14957gcv.b(this.d, c1116VzN.d);
}
}