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.api.science.AnalyticsSchema; import d0.z.d.m; import java.util.List; /* compiled from: TrackGuildMemberUpdated.kt */ public final class TrackGuildMemberUpdated implements AnalyticsSchema, TrackBaseReceiver { private final Long accessibleStageChannels = null; private final Long accessibleTextChannels = null; private final Long accessibleVoiceChannels = null; private final transient String analyticsSchemaTypeName = "guild_member_updated"; private final CharSequence avatarUpdateType = null; private final CharSequence bannerUpdateType = null; private final Long bioCustomEmojiCount = null; private final CharSequence bioUpdateType = null; private final Long communicationDisabledUntil = null; private final Boolean deaf = null; private final Long deleteMessageDays = null; private final Float duration = null; private final List fieldsUpdated = null; private final Long guildId = null; private final CharSequence guildName = null; private final Boolean mute = null; private final CharSequence newNickname = null; private final List newRoles = null; private final CharSequence nicknameUpdateType = null; private final CharSequence oldNickname = null; private final List oldRoles = null; private final CharSequence reason = null; private final Long targetUserId = null; private TrackBase trackBase; private final CharSequence updateType = null; private final Long userPremiumTier = 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 TrackGuildMemberUpdated)) { return false; } TrackGuildMemberUpdated trackGuildMemberUpdated = (TrackGuildMemberUpdated) obj; return m.areEqual(this.guildId, trackGuildMemberUpdated.guildId) && m.areEqual(this.guildName, trackGuildMemberUpdated.guildName) && m.areEqual(this.targetUserId, trackGuildMemberUpdated.targetUserId) && m.areEqual(this.updateType, trackGuildMemberUpdated.updateType) && m.areEqual(this.fieldsUpdated, trackGuildMemberUpdated.fieldsUpdated) && m.areEqual(this.oldNickname, trackGuildMemberUpdated.oldNickname) && m.areEqual(this.newNickname, trackGuildMemberUpdated.newNickname) && m.areEqual(this.mute, trackGuildMemberUpdated.mute) && m.areEqual(this.deaf, trackGuildMemberUpdated.deaf) && m.areEqual(this.oldRoles, trackGuildMemberUpdated.oldRoles) && m.areEqual(this.newRoles, trackGuildMemberUpdated.newRoles) && m.areEqual(this.reason, trackGuildMemberUpdated.reason) && m.areEqual(this.deleteMessageDays, trackGuildMemberUpdated.deleteMessageDays) && m.areEqual(this.avatarUpdateType, trackGuildMemberUpdated.avatarUpdateType) && m.areEqual(this.userPremiumTier, trackGuildMemberUpdated.userPremiumTier) && m.areEqual(this.nicknameUpdateType, trackGuildMemberUpdated.nicknameUpdateType) && m.areEqual(this.bannerUpdateType, trackGuildMemberUpdated.bannerUpdateType) && m.areEqual(this.bioUpdateType, trackGuildMemberUpdated.bioUpdateType) && m.areEqual(this.duration, trackGuildMemberUpdated.duration) && m.areEqual(this.communicationDisabledUntil, trackGuildMemberUpdated.communicationDisabledUntil) && m.areEqual(this.bioCustomEmojiCount, trackGuildMemberUpdated.bioCustomEmojiCount) && m.areEqual(this.accessibleTextChannels, trackGuildMemberUpdated.accessibleTextChannels) && m.areEqual(this.accessibleVoiceChannels, trackGuildMemberUpdated.accessibleVoiceChannels) && m.areEqual(this.accessibleStageChannels, trackGuildMemberUpdated.accessibleStageChannels); } public int hashCode() { Long l = this.guildId; int i = 0; int hashCode = (l != null ? l.hashCode() : 0) * 31; CharSequence charSequence = this.guildName; int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31; Long l2 = this.targetUserId; int hashCode3 = (hashCode2 + (l2 != null ? l2.hashCode() : 0)) * 31; CharSequence charSequence2 = this.updateType; int hashCode4 = (hashCode3 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31; List list = this.fieldsUpdated; int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31; CharSequence charSequence3 = this.oldNickname; int hashCode6 = (hashCode5 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31; CharSequence charSequence4 = this.newNickname; int hashCode7 = (hashCode6 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31; Boolean bool = this.mute; int hashCode8 = (hashCode7 + (bool != null ? bool.hashCode() : 0)) * 31; Boolean bool2 = this.deaf; int hashCode9 = (hashCode8 + (bool2 != null ? bool2.hashCode() : 0)) * 31; List list2 = this.oldRoles; int hashCode10 = (hashCode9 + (list2 != null ? list2.hashCode() : 0)) * 31; List list3 = this.newRoles; int hashCode11 = (hashCode10 + (list3 != null ? list3.hashCode() : 0)) * 31; CharSequence charSequence5 = this.reason; int hashCode12 = (hashCode11 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31; Long l3 = this.deleteMessageDays; int hashCode13 = (hashCode12 + (l3 != null ? l3.hashCode() : 0)) * 31; CharSequence charSequence6 = this.avatarUpdateType; int hashCode14 = (hashCode13 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31; Long l4 = this.userPremiumTier; int hashCode15 = (hashCode14 + (l4 != null ? l4.hashCode() : 0)) * 31; CharSequence charSequence7 = this.nicknameUpdateType; int hashCode16 = (hashCode15 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31; CharSequence charSequence8 = this.bannerUpdateType; int hashCode17 = (hashCode16 + (charSequence8 != null ? charSequence8.hashCode() : 0)) * 31; CharSequence charSequence9 = this.bioUpdateType; int hashCode18 = (hashCode17 + (charSequence9 != null ? charSequence9.hashCode() : 0)) * 31; Float f = this.duration; int hashCode19 = (hashCode18 + (f != null ? f.hashCode() : 0)) * 31; Long l5 = this.communicationDisabledUntil; int hashCode20 = (hashCode19 + (l5 != null ? l5.hashCode() : 0)) * 31; Long l6 = this.bioCustomEmojiCount; int hashCode21 = (hashCode20 + (l6 != null ? l6.hashCode() : 0)) * 31; Long l7 = this.accessibleTextChannels; int hashCode22 = (hashCode21 + (l7 != null ? l7.hashCode() : 0)) * 31; Long l8 = this.accessibleVoiceChannels; int hashCode23 = (hashCode22 + (l8 != null ? l8.hashCode() : 0)) * 31; Long l9 = this.accessibleStageChannels; if (l9 != null) { i = l9.hashCode(); } return hashCode23 + i; } public String toString() { StringBuilder R = a.R("TrackGuildMemberUpdated(guildId="); R.append(this.guildId); R.append(", guildName="); R.append(this.guildName); R.append(", targetUserId="); R.append(this.targetUserId); R.append(", updateType="); R.append(this.updateType); R.append(", fieldsUpdated="); R.append(this.fieldsUpdated); R.append(", oldNickname="); R.append(this.oldNickname); R.append(", newNickname="); R.append(this.newNickname); R.append(", mute="); R.append(this.mute); R.append(", deaf="); R.append(this.deaf); R.append(", oldRoles="); R.append(this.oldRoles); R.append(", newRoles="); R.append(this.newRoles); R.append(", reason="); R.append(this.reason); R.append(", deleteMessageDays="); R.append(this.deleteMessageDays); R.append(", avatarUpdateType="); R.append(this.avatarUpdateType); R.append(", userPremiumTier="); R.append(this.userPremiumTier); R.append(", nicknameUpdateType="); R.append(this.nicknameUpdateType); R.append(", bannerUpdateType="); R.append(this.bannerUpdateType); R.append(", bioUpdateType="); R.append(this.bioUpdateType); R.append(", duration="); R.append(this.duration); R.append(", communicationDisabledUntil="); R.append(this.communicationDisabledUntil); R.append(", bioCustomEmojiCount="); R.append(this.bioCustomEmojiCount); R.append(", accessibleTextChannels="); R.append(this.accessibleTextChannels); R.append(", accessibleVoiceChannels="); R.append(this.accessibleVoiceChannels); R.append(", accessibleStageChannels="); return a.F(R, this.accessibleStageChannels, ")"); } }