package o; /* loaded from: classes3.dex */ public final class hgM { public final String a; public final int b; public final String c; public final String d; public final String e; public final String g; public final int i; public final int j; public hgM(int i, String str, String str2, String str3, String str4, int i2, String str5, int i3) { C14957gcv.e(str, ""); C14957gcv.e(str2, ""); C14957gcv.e(str3, ""); C14957gcv.e(str4, ""); C14957gcv.e(str5, ""); this.j = i; this.d = str; this.a = str2; this.e = str3; this.g = str4; this.b = i2; this.c = str5; this.i = i3; } public final String toString() { int i = this.j; String str = this.d; String str2 = this.a; String str3 = this.e; String str4 = this.g; int i2 = this.b; String str5 = this.c; int i3 = this.i; StringBuilder sb = new StringBuilder("InsightList(sortSequence="); sb.append(i); sb.append(", id="); sb.append(str); sb.append(", insightId="); sb.append(str2); sb.append(", fromDate="); sb.append(str3); sb.append(", toDate="); sb.append(str4); sb.append(", displayDuration="); sb.append(i2); sb.append(", bubbleText="); sb.append(str5); sb.append(", todayFlag="); sb.append(i3); sb.append(")"); return sb.toString(); } public final int hashCode() { return (((((((((((((Integer.hashCode(this.j) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.g.hashCode()) * 31) + Integer.hashCode(this.b)) * 31) + this.c.hashCode()) * 31) + Integer.hashCode(this.i); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof hgM)) { return false; } hgM hgm = (hgM) obj; return this.j == hgm.j && C14957gcv.b((Object) this.d, (Object) hgm.d) && C14957gcv.b((Object) this.a, (Object) hgm.a) && C14957gcv.b((Object) this.e, (Object) hgm.e) && C14957gcv.b((Object) this.g, (Object) hgm.g) && this.b == hgm.b && C14957gcv.b((Object) this.c, (Object) hgm.c) && this.i == hgm.i; } }