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

65 lines
2.0 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.fgU, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C13763fgU {
@SerializedName("flagImage")
public final String a;
@SerializedName("countryName")
public final String b;
@SerializedName("expandable")
public final String c;
@SerializedName("channelList")
public final List<FFL> d;
@SerializedName("sortSequence")
public final String e;
public final String toString() {
String str = this.b;
String str2 = this.a;
String str3 = this.e;
List<FFL> list = this.d;
String str4 = this.c;
StringBuilder sb = new StringBuilder("CountryEntity(countryName=");
sb.append(str);
sb.append(", flagImage=");
sb.append(str2);
sb.append(", sortSequence=");
sb.append(str3);
sb.append(", channelList=");
sb.append(list);
sb.append(", expandable=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.b.hashCode();
int hashCode2 = this.a.hashCode();
int hashCode3 = this.e.hashCode();
int hashCode4 = this.d.hashCode();
String str = this.c;
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 C13763fgU)) {
return false;
}
C13763fgU c13763fgU = (C13763fgU) obj;
return C14957gcv.b((Object) this.b, (Object) c13763fgU.b) && C14957gcv.b((Object) this.a, (Object) c13763fgU.a) && C14957gcv.b((Object) this.e, (Object) c13763fgU.e) && C14957gcv.b(this.d, c13763fgU.d) && C14957gcv.b((Object) this.c, (Object) c13763fgU.c);
}
}