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

65 lines
2.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* renamed from: o.nmf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16370nmf {
public final String a;
public final int b;
public final List<Cbc> c;
public final String d;
public final String e;
public C16370nmf(String str, String str2, int i, List<Cbc> list, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(list, "");
this.a = str;
this.d = str2;
this.b = i;
this.c = list;
this.e = str3;
}
public final String toString() {
String str = this.a;
String str2 = this.d;
int i = this.b;
List<Cbc> list = this.c;
String str3 = this.e;
StringBuilder sb = new StringBuilder("Country(countryName=");
sb.append(str);
sb.append(", flagImage=");
sb.append(str2);
sb.append(", sortSequence=");
sb.append(i);
sb.append(", channelList=");
sb.append(list);
sb.append(", expandable=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
int hashCode2 = this.d.hashCode();
int hashCode3 = Integer.hashCode(this.b);
int hashCode4 = this.c.hashCode();
String str = this.e;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str == null ? 0 : str.hashCode());
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16370nmf)) {
return false;
}
C16370nmf c16370nmf = (C16370nmf) obj;
return C14957gcv.b((Object) this.a, (Object) c16370nmf.a) && C14957gcv.b((Object) this.d, (Object) c16370nmf.d) && this.b == c16370nmf.b && C14957gcv.b(this.c, c16370nmf.c) && C14957gcv.b((Object) this.e, (Object) c16370nmf.e);
}
}