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

51 lines
1.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class Xfj {
public final String c;
public final List<OZD> d;
public final String e;
public Xfj(String str, String str2, List<OZD> list) {
this.e = str;
this.c = str2;
this.d = list;
}
public final String toString() {
String str = this.e;
String str2 = this.c;
List<OZD> 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<OZD> 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);
}
}