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

141 lines
4.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.Ijg, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0514Ijg {
@SerializedName("imageURL")
public final String a;
@SerializedName("data")
public final AoN b;
@SerializedName("label")
public final String c;
@SerializedName("enabled")
public final Boolean d;
@SerializedName("creditLimit")
public final String e;
@SerializedName("productType")
public final String f;
@SerializedName("sortSequence")
public final Integer g;
@SerializedName("productGroup")
public final String h;
@SerializedName("tileDescription")
public final String i;
@SerializedName("tileId")
public final String j;
@SerializedName("tileName")
public final String k;
@SerializedName("tileSubType")
public final String l;
@SerializedName("tileType")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("type")
public final String f8213o;
public final String toString() {
String str = this.j;
Integer num = this.g;
String str2 = this.n;
String str3 = this.l;
String str4 = this.k;
String str5 = this.a;
String str6 = this.i;
Boolean bool = this.d;
String str7 = this.f;
String str8 = this.h;
String str9 = this.e;
String str10 = this.c;
String str11 = this.f8213o;
AoN aoN = this.b;
StringBuilder sb = new StringBuilder("SubProductTilesEntity(tileId=");
sb.append(str);
sb.append(", sortSequence=");
sb.append(num);
sb.append(", tileType=");
sb.append(str2);
sb.append(", tileSubType=");
sb.append(str3);
sb.append(", tileName=");
sb.append(str4);
sb.append(", imageURL=");
sb.append(str5);
sb.append(", tileDescription=");
sb.append(str6);
sb.append(", enabled=");
sb.append(bool);
sb.append(", productType=");
sb.append(str7);
sb.append(", productGroup=");
sb.append(str8);
sb.append(", creditLimit=");
sb.append(str9);
sb.append(", label=");
sb.append(str10);
sb.append(", type=");
sb.append(str11);
sb.append(", data=");
sb.append(aoN);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.j;
int hashCode = str == null ? 0 : str.hashCode();
Integer num = this.g;
int hashCode2 = num == null ? 0 : num.hashCode();
String str2 = this.n;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.l;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.k;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.a;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.i;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
Boolean bool = this.d;
int hashCode8 = bool == null ? 0 : bool.hashCode();
String str7 = this.f;
int hashCode9 = str7 == null ? 0 : str7.hashCode();
String str8 = this.h;
int hashCode10 = str8 == null ? 0 : str8.hashCode();
String str9 = this.e;
int hashCode11 = str9 == null ? 0 : str9.hashCode();
String str10 = this.c;
int hashCode12 = str10 == null ? 0 : str10.hashCode();
String str11 = this.f8213o;
int hashCode13 = str11 == null ? 0 : str11.hashCode();
AoN aoN = this.b;
return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + (aoN != null ? aoN.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0514Ijg)) {
return false;
}
C0514Ijg c0514Ijg = (C0514Ijg) obj;
return C14957gcv.b((Object) this.j, (Object) c0514Ijg.j) && C14957gcv.b(this.g, c0514Ijg.g) && C14957gcv.b((Object) this.n, (Object) c0514Ijg.n) && C14957gcv.b((Object) this.l, (Object) c0514Ijg.l) && C14957gcv.b((Object) this.k, (Object) c0514Ijg.k) && C14957gcv.b((Object) this.a, (Object) c0514Ijg.a) && C14957gcv.b((Object) this.i, (Object) c0514Ijg.i) && C14957gcv.b(this.d, c0514Ijg.d) && C14957gcv.b((Object) this.f, (Object) c0514Ijg.f) && C14957gcv.b((Object) this.h, (Object) c0514Ijg.h) && C14957gcv.b((Object) this.e, (Object) c0514Ijg.e) && C14957gcv.b((Object) this.c, (Object) c0514Ijg.c) && C14957gcv.b((Object) this.f8213o, (Object) c0514Ijg.f8213o) && C14957gcv.b(this.b, c0514Ijg.b);
}
}