package o; import com.google.gson.annotations.SerializedName; /* renamed from: o.nXS, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C16329nXS { private static final int f = 1; private static Sts i; @SerializedName("loginRequiredFlag") public int a; @SerializedName("imageURL") public String b; @SerializedName("displayType") public String c; @SerializedName("firebaseEventName") public String d; @SerializedName("deeplinkUrl") public String e; @SerializedName("tileNameEN") public String g; @SerializedName("tileNameTH") public String h; @SerializedName("sortSequence") public int j; /* renamed from: o.nXS$Sts */ /* loaded from: classes.dex */ public static final class Sts { private Sts() { } public /* synthetic */ Sts(byte b) { this(); } } public final String toString() { int i2 = this.j; String str = this.c; String str2 = this.g; String str3 = this.h; String str4 = this.b; int i3 = this.a; String str5 = this.d; String str6 = this.e; StringBuilder sb = new StringBuilder("BankingServiceTilesEntity(sortSequence="); sb.append(i2); sb.append(", displayType="); sb.append(str); sb.append(", tileNameEN="); sb.append(str2); sb.append(", tileNameTH="); sb.append(str3); sb.append(", imageURL="); sb.append(str4); sb.append(", loginRequiredFlag="); sb.append(i3); sb.append(", firebaseEventName="); sb.append(str5); sb.append(", deeplinkUrl="); sb.append(str6); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = Integer.hashCode(this.j); int hashCode2 = this.c.hashCode(); int hashCode3 = this.g.hashCode(); int hashCode4 = this.h.hashCode(); int hashCode5 = this.b.hashCode(); int hashCode6 = Integer.hashCode(this.a); String str = this.d; int hashCode7 = str == null ? 0 : str.hashCode(); String str2 = this.e; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16329nXS)) { return false; } C16329nXS c16329nXS = (C16329nXS) obj; return this.j == c16329nXS.j && C14957gcv.b((Object) this.c, (Object) c16329nXS.c) && C14957gcv.b((Object) this.g, (Object) c16329nXS.g) && C14957gcv.b((Object) this.h, (Object) c16329nXS.h) && C14957gcv.b((Object) this.b, (Object) c16329nXS.b) && this.a == c16329nXS.a && C14957gcv.b((Object) this.d, (Object) c16329nXS.d) && C14957gcv.b((Object) this.e, (Object) c16329nXS.e); } static { new Sts((byte) 0); } }