package o; import java.util.List; import org.threeten.bp.OffsetDateTime; /* renamed from: o.yaj, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C17643yaj { public final OffsetDateTime a; public final OffsetDateTime b; public final OffsetDateTime c; public final List d; public C17643yaj(OffsetDateTime offsetDateTime, OffsetDateTime offsetDateTime2, OffsetDateTime offsetDateTime3, List list) { this.c = offsetDateTime; this.b = offsetDateTime2; this.a = offsetDateTime3; this.d = list; } public final String toString() { OffsetDateTime offsetDateTime = this.c; OffsetDateTime offsetDateTime2 = this.b; OffsetDateTime offsetDateTime3 = this.a; List list = this.d; StringBuilder sb = new StringBuilder("ScheduleData(currentDateTime="); sb.append(offsetDateTime); sb.append(", startDate="); sb.append(offsetDateTime2); sb.append(", endDate="); sb.append(offsetDateTime3); sb.append(", effectiveDate="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { OffsetDateTime offsetDateTime = this.c; int hashCode = offsetDateTime == null ? 0 : offsetDateTime.hashCode(); OffsetDateTime offsetDateTime2 = this.b; int hashCode2 = offsetDateTime2 == null ? 0 : offsetDateTime2.hashCode(); OffsetDateTime offsetDateTime3 = this.a; int hashCode3 = offsetDateTime3 == null ? 0 : offsetDateTime3.hashCode(); List list = this.d; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list != null ? list.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C17643yaj)) { return false; } C17643yaj c17643yaj = (C17643yaj) obj; return C14957gcv.b(this.c, c17643yaj.c) && C14957gcv.b(this.b, c17643yaj.b) && C14957gcv.b(this.a, c17643yaj.a) && C14957gcv.b(this.d, c17643yaj.d); } }