76 lines
2.2 KiB
Java
76 lines
2.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class OOu {
|
|
|
|
@SerializedName("_id")
|
|
public final String a;
|
|
|
|
@SerializedName("displayDuration")
|
|
public final int b;
|
|
|
|
@SerializedName("fromDate")
|
|
public final String c;
|
|
|
|
@SerializedName("bubbleText")
|
|
public final String d;
|
|
|
|
@SerializedName("insightId")
|
|
public final String e;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final int g;
|
|
|
|
@SerializedName("todayFlag")
|
|
public final int i;
|
|
|
|
@SerializedName("toDate")
|
|
public final String j;
|
|
|
|
public final String toString() {
|
|
int i = this.g;
|
|
String str = this.a;
|
|
String str2 = this.e;
|
|
String str3 = this.c;
|
|
String str4 = this.j;
|
|
int i2 = this.b;
|
|
String str5 = this.d;
|
|
int i3 = this.i;
|
|
StringBuilder sb = new StringBuilder("InsightListEntity(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.g) * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.j.hashCode()) * 31) + Integer.hashCode(this.b)) * 31) + this.d.hashCode()) * 31) + Integer.hashCode(this.i);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof OOu)) {
|
|
return false;
|
|
}
|
|
OOu oOu = (OOu) obj;
|
|
return this.g == oOu.g && C14957gcv.b((Object) this.a, (Object) oOu.a) && C14957gcv.b((Object) this.e, (Object) oOu.e) && C14957gcv.b((Object) this.c, (Object) oOu.c) && C14957gcv.b((Object) this.j, (Object) oOu.j) && this.b == oOu.b && C14957gcv.b((Object) this.d, (Object) oOu.d) && this.i == oOu.i;
|
|
}
|
|
}
|