package o; import com.google.gson.annotations.SerializedName; import com.huawei.hms.support.feature.result.CommonConstant; /* renamed from: o.qsX, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C16749qsX { @SerializedName("deeplink") public final String a; @SerializedName("statusDescription") public final String b; @SerializedName("body") public final String c; @SerializedName("logoPath") public final String d; @SerializedName(CommonConstant.KEY_STATUS) public final String e; @SerializedName("subject") public final String g; @SerializedName("timestamp") public final String i; public final String toString() { String str = this.i; String str2 = this.e; String str3 = this.g; String str4 = this.c; String str5 = this.a; String str6 = this.d; String str7 = this.b; StringBuilder sb = new StringBuilder("ItemListsEntity(timestamp="); sb.append(str); sb.append(", status="); sb.append(str2); sb.append(", subject="); sb.append(str3); sb.append(", body="); sb.append(str4); sb.append(", deeplink="); sb.append(str5); sb.append(", logoPath="); sb.append(str6); sb.append(", statusDescription="); sb.append(str7); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.i.hashCode(); int hashCode2 = this.e.hashCode(); int hashCode3 = this.g.hashCode(); int hashCode4 = this.c.hashCode(); String str = this.a; int hashCode5 = str == null ? 0 : str.hashCode(); int hashCode6 = this.d.hashCode(); String str2 = this.b; return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str2 != null ? str2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C16749qsX)) { return false; } C16749qsX c16749qsX = (C16749qsX) obj; return C14957gcv.b((Object) this.i, (Object) c16749qsX.i) && C14957gcv.b((Object) this.e, (Object) c16749qsX.e) && C14957gcv.b((Object) this.g, (Object) c16749qsX.g) && C14957gcv.b((Object) this.c, (Object) c16749qsX.c) && C14957gcv.b((Object) this.a, (Object) c16749qsX.a) && C14957gcv.b((Object) this.d, (Object) c16749qsX.d) && C14957gcv.b((Object) this.b, (Object) c16749qsX.b); } }