package com.discord.analytics.generated.events.activity_internal; import b.d.b.a.a; import com.discord.analytics.generated.traits.TrackActivityInternalMetadata; import com.discord.analytics.generated.traits.TrackActivityInternalMetadataReceiver; import com.discord.analytics.generated.traits.TrackBase; import com.discord.analytics.generated.traits.TrackBaseReceiver; import com.discord.api.science.AnalyticsSchema; import d0.z.d.m; /* compiled from: TrackActivityInternalSketchHeadsAction.kt */ public final class TrackActivityInternalSketchHeadsAction implements AnalyticsSchema, TrackBaseReceiver, TrackActivityInternalMetadataReceiver { private final CharSequence actionName = null; private final transient String analyticsSchemaTypeName = "activity_internal_sketch_heads_action"; private final CharSequence mode = null; private final Long numDrawers = null; private final Long numGuessers = null; private final Long numPlayers = null; private final Long numRounds = null; private final Long numSpectators = null; private final CharSequence phase = null; private final Long roundLengthMs = null; private final CharSequence theme = null; private TrackActivityInternalMetadata trackActivityInternalMetadata; private TrackBase trackBase; @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 TrackActivityInternalSketchHeadsAction)) { return false; } TrackActivityInternalSketchHeadsAction trackActivityInternalSketchHeadsAction = (TrackActivityInternalSketchHeadsAction) obj; return m.areEqual(this.actionName, trackActivityInternalSketchHeadsAction.actionName) && m.areEqual(this.mode, trackActivityInternalSketchHeadsAction.mode) && m.areEqual(this.phase, trackActivityInternalSketchHeadsAction.phase) && m.areEqual(this.theme, trackActivityInternalSketchHeadsAction.theme) && m.areEqual(this.numRounds, trackActivityInternalSketchHeadsAction.numRounds) && m.areEqual(this.roundLengthMs, trackActivityInternalSketchHeadsAction.roundLengthMs) && m.areEqual(this.numPlayers, trackActivityInternalSketchHeadsAction.numPlayers) && m.areEqual(this.numDrawers, trackActivityInternalSketchHeadsAction.numDrawers) && m.areEqual(this.numGuessers, trackActivityInternalSketchHeadsAction.numGuessers) && m.areEqual(this.numSpectators, trackActivityInternalSketchHeadsAction.numSpectators); } public int hashCode() { CharSequence charSequence = this.actionName; int i = 0; int hashCode = (charSequence != null ? charSequence.hashCode() : 0) * 31; CharSequence charSequence2 = this.mode; int hashCode2 = (hashCode + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; CharSequence charSequence3 = this.phase; int hashCode3 = (hashCode2 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.theme; int hashCode4 = (hashCode3 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; Long l = this.numRounds; int hashCode5 = (hashCode4 + (l != null ? l.hashCode() : 0)) * 31; Long l2 = this.roundLengthMs; int hashCode6 = (hashCode5 + (l2 != null ? l2.hashCode() : 0)) * 31; Long l3 = this.numPlayers; int hashCode7 = (hashCode6 + (l3 != null ? l3.hashCode() : 0)) * 31; Long l4 = this.numDrawers; int hashCode8 = (hashCode7 + (l4 != null ? l4.hashCode() : 0)) * 31; Long l5 = this.numGuessers; int hashCode9 = (hashCode8 + (l5 != null ? l5.hashCode() : 0)) * 31; Long l6 = this.numSpectators; if (l6 != null) { i = l6.hashCode(); } return hashCode9 + i; } public String toString() { StringBuilder R = a.R("TrackActivityInternalSketchHeadsAction(actionName="); R.append(this.actionName); R.append(", mode="); R.append(this.mode); R.append(", phase="); R.append(this.phase); R.append(", theme="); R.append(this.theme); R.append(", numRounds="); R.append(this.numRounds); R.append(", roundLengthMs="); R.append(this.roundLengthMs); R.append(", numPlayers="); R.append(this.numPlayers); R.append(", numDrawers="); R.append(this.numDrawers); R.append(", numGuessers="); R.append(this.numGuessers); R.append(", numSpectators="); return a.F(R, this.numSpectators, ")"); } }