package com.discord.analytics.generated.events; import b.d.b.a.a; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.analytics.generated.traits.TrackChannel; import com.discord.analytics.generated.traits.TrackChannelReceiver; import com.discord.analytics.generated.traits.TrackGuild; import com.discord.analytics.generated.traits.TrackGuildReceiver; import com.discord.analytics.generated.traits.TrackGuildScheduledEvent; import com.discord.analytics.generated.traits.TrackGuildScheduledEventReceiver; import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; import java.util.List; /* compiled from: TrackGuildScheduledEventCreated.kt */ public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver, TrackGuildScheduledEventReceiver { private final transient String analyticsSchemaTypeName = "guild_scheduled_event_created"; private final CharSequence description = null; private final Long endTime = null; private final Long guildScheduledEventEntityType = null; private final CharSequence guildScheduledEventExternalLocation = null; private final Long guildScheduledEventId = null; private final Long guildScheduledEventInterestedCount = null; private final Long guildScheduledEventStatus = null; private final CharSequence name = null; private final Long privacyLevel = null; private final List skuIds = null; private final Long startTime = null; private TrackBase trackBase; private TrackChannel trackChannel; private TrackGuild trackGuild; private TrackGuildScheduledEvent trackGuildScheduledEvent; private final Long updaterId = null; @Override // com.discord.api.science.AnalyticsSchema public String b() { return this.analyticsSchemaTypeName; } public boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof TrackGuildScheduledEventCreated)) { return false; } TrackGuildScheduledEventCreated trackGuildScheduledEventCreated = (TrackGuildScheduledEventCreated) obj; return m.areEqual(this.guildScheduledEventId, trackGuildScheduledEventCreated.guildScheduledEventId) && m.areEqual(this.name, trackGuildScheduledEventCreated.name) && m.areEqual(this.startTime, trackGuildScheduledEventCreated.startTime) && m.areEqual(this.endTime, trackGuildScheduledEventCreated.endTime) && m.areEqual(this.skuIds, trackGuildScheduledEventCreated.skuIds) && m.areEqual(this.guildScheduledEventStatus, trackGuildScheduledEventCreated.guildScheduledEventStatus) && m.areEqual(this.privacyLevel, trackGuildScheduledEventCreated.privacyLevel) && m.areEqual(this.guildScheduledEventEntityType, trackGuildScheduledEventCreated.guildScheduledEventEntityType) && m.areEqual(this.guildScheduledEventExternalLocation, trackGuildScheduledEventCreated.guildScheduledEventExternalLocation) && m.areEqual(this.guildScheduledEventInterestedCount, trackGuildScheduledEventCreated.guildScheduledEventInterestedCount) && m.areEqual(this.description, trackGuildScheduledEventCreated.description) && m.areEqual(this.updaterId, trackGuildScheduledEventCreated.updaterId); } public int hashCode() { Long l = this.guildScheduledEventId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.name; int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; Long l2 = this.startTime; int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.endTime; int hashCode4 = (hashCode3 + (l3 != null ? l3.hashCode() : 0)) * 31; List list = this.skuIds; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; Long l4 = this.guildScheduledEventStatus; int hashCode6 = (hashCode5 + (l4 != null ? l4.hashCode() : 0)) * 31; Long l5 = this.privacyLevel; int hashCode7 = (hashCode6 + (l5 != null ? l5.hashCode() : 0)) * 31; Long l6 = this.guildScheduledEventEntityType; int hashCode8 = (hashCode7 + (l6 != null ? l6.hashCode() : 0)) * 31; CharSequence charSequence2 = this.guildScheduledEventExternalLocation; int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; Long l7 = this.guildScheduledEventInterestedCount; int hashCode10 = (hashCode9 + (l7 != null ? l7.hashCode() : 0)) * 31; CharSequence charSequence3 = this.description; int hashCode11 = (hashCode10 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; Long l8 = this.updaterId; if (l8 != null) { i = l8.hashCode(); } return hashCode11 + i; } public String toString() { StringBuilder R = a.R("TrackGuildScheduledEventCreated(guildScheduledEventId="); R.append(this.guildScheduledEventId); R.append(", name="); R.append(this.name); R.append(", startTime="); R.append(this.startTime); R.append(", endTime="); R.append(this.endTime); R.append(", skuIds="); R.append(this.skuIds); R.append(", guildScheduledEventStatus="); R.append(this.guildScheduledEventStatus); R.append(", privacyLevel="); R.append(this.privacyLevel); R.append(", guildScheduledEventEntityType="); R.append(this.guildScheduledEventEntityType); R.append(", guildScheduledEventExternalLocation="); R.append(this.guildScheduledEventExternalLocation); R.append(", guildScheduledEventInterestedCount="); R.append(this.guildScheduledEventInterestedCount); R.append(", description="); R.append(this.description); R.append(", updaterId="); return a.F(R, this.updaterId, ")"); } }