discord-jadx/app/src/main/java/com/discord/analytics/generated/events/TrackGuildScheduledEventCre...

109 lines
5.9 KiB
Java
Raw Normal View History

2021-08-31 07:21:49 +00:00
package com.discord.analytics.generated.events;
2021-12-17 22:01:24 +00:00
import b.d.b.a.a;
2021-08-31 07:21:49 +00:00
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
2021-09-21 07:33:49 +00:00
import com.discord.analytics.generated.traits.TrackChannel;
import com.discord.analytics.generated.traits.TrackChannelReceiver;
2021-08-31 07:21:49 +00:00
import com.discord.analytics.generated.traits.TrackGuild;
import com.discord.analytics.generated.traits.TrackGuildReceiver;
2021-12-20 08:29:02 +00:00
import com.discord.analytics.generated.traits.TrackGuildScheduledEvent;
import com.discord.analytics.generated.traits.TrackGuildScheduledEventReceiver;
2021-08-31 07:21:49 +00:00
import com.discord.api.science.AnalyticsSchema;
2021-11-01 07:19:03 +00:00
import d0.z.d.m;
2021-08-31 07:21:49 +00:00
import java.util.List;
/* compiled from: TrackGuildScheduledEventCreated.kt */
2021-12-20 08:29:02 +00:00
public final class TrackGuildScheduledEventCreated implements AnalyticsSchema, TrackBaseReceiver, TrackGuildReceiver, TrackChannelReceiver, TrackGuildScheduledEventReceiver {
2021-08-31 07:21:49 +00:00
private final transient String analyticsSchemaTypeName = "guild_scheduled_event_created";
2021-11-01 07:19:03 +00:00
private final CharSequence description = null;
2021-10-14 23:14:23 +00:00
private final Long endTime = null;
2021-10-05 07:27:27 +00:00
private final Long guildScheduledEventEntityType = null;
2021-10-11 07:48:45 +00:00
private final CharSequence guildScheduledEventExternalLocation = null;
2021-08-31 07:21:49 +00:00
private final Long guildScheduledEventId = null;
2021-10-11 07:48:45 +00:00
private final Long guildScheduledEventInterestedCount = null;
2021-08-31 07:21:49 +00:00
private final Long guildScheduledEventStatus = null;
private final CharSequence name = null;
private final Long privacyLevel = null;
2021-09-14 16:14:33 +00:00
private final List<Long> skuIds = null;
2021-10-14 23:14:23 +00:00
private final Long startTime = null;
2021-08-31 07:21:49 +00:00
private TrackBase trackBase;
2021-09-21 07:33:49 +00:00
private TrackChannel trackChannel;
2021-08-31 07:21:49 +00:00
private TrackGuild trackGuild;
2021-12-20 08:29:02 +00:00
private TrackGuildScheduledEvent trackGuildScheduledEvent;
2021-11-01 07:19:03 +00:00
private final Long updaterId = null;
2021-08-31 07:21:49 +00:00
@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;
2021-11-01 07:19:03 +00:00
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);
2021-08-31 07:21:49 +00:00
}
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;
2021-10-14 23:14:23 +00:00
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;
2021-09-14 16:14:33 +00:00
List<Long> list = this.skuIds;
2021-08-31 07:21:49 +00:00
int hashCode5 = (hashCode4 + (list != null ? list.hashCode() : 0)) * 31;
2021-10-14 23:14:23 +00:00
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;
2021-10-11 07:48:45 +00:00
CharSequence charSequence2 = this.guildScheduledEventExternalLocation;
int hashCode9 = (hashCode8 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
2021-10-14 23:14:23 +00:00
Long l7 = this.guildScheduledEventInterestedCount;
2021-11-01 07:19:03 +00:00
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();
2021-08-31 07:21:49 +00:00
}
2021-11-01 07:19:03 +00:00
return hashCode11 + i;
2021-08-31 07:21:49 +00:00
}
public String toString() {
2021-11-05 21:05:33 +00:00
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, ")");
2021-08-31 07:21:49 +00:00
}
}