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

136 lines
6.5 KiB
Java

package com.discord.analytics.generated.events.network_action;
import c.d.b.a.a;
import com.discord.analytics.generated.traits.TrackBase;
import com.discord.analytics.generated.traits.TrackBaseReceiver;
import com.discord.analytics.generated.traits.TrackLocationMetadata;
import com.discord.analytics.generated.traits.TrackLocationMetadataReceiver;
import com.discord.analytics.generated.traits.TrackNetworkMetadata;
import com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver;
import com.discord.api.science.AnalyticsSchema;
import d0.z.d.m;
/* compiled from: TrackNetworkActionInviteResolve.kt */
public final class TrackNetworkActionInviteResolve implements AnalyticsSchema, TrackBaseReceiver, TrackLocationMetadataReceiver, TrackNetworkMetadataReceiver {
private final transient String analyticsSchemaTypeName;
private final Boolean authenticated;
private final Long channelId;
private final Long channelType;
private final CharSequence code;
private final Long destinationUserId;
private final Long guildId;
private final CharSequence inputValue;
private final CharSequence inviteType;
private final Long inviterId;
private final Boolean resolved;
private final Long sizeOnline;
private final Long sizeTotal;
private TrackBase trackBase;
private TrackLocationMetadata trackLocationMetadata;
private TrackNetworkMetadata trackNetworkMetadata;
private final Boolean userBanned;
public TrackNetworkActionInviteResolve() {
this(null, null, null, null, null, null, null, null, null, null, null, null, null);
}
public TrackNetworkActionInviteResolve(Boolean bool, CharSequence charSequence, Boolean bool2, Long l, Long l2, Long l3, Long l4, Long l5, Long l6, CharSequence charSequence2, Long l7, Boolean bool3, CharSequence charSequence3) {
this.resolved = bool;
this.code = charSequence;
this.authenticated = bool2;
this.guildId = l;
this.channelId = l2;
this.channelType = l3;
this.inviterId = l4;
this.sizeTotal = l5;
this.sizeOnline = l6;
this.inviteType = charSequence2;
this.destinationUserId = l7;
this.userBanned = bool3;
this.inputValue = charSequence3;
this.analyticsSchemaTypeName = "network_action_invite_resolve";
}
@Override // com.discord.analytics.generated.traits.TrackNetworkMetadataReceiver
public void a(TrackNetworkMetadata trackNetworkMetadata) {
this.trackNetworkMetadata = trackNetworkMetadata;
}
@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 TrackNetworkActionInviteResolve)) {
return false;
}
TrackNetworkActionInviteResolve trackNetworkActionInviteResolve = (TrackNetworkActionInviteResolve) obj;
return m.areEqual(this.resolved, trackNetworkActionInviteResolve.resolved) && m.areEqual(this.code, trackNetworkActionInviteResolve.code) && m.areEqual(this.authenticated, trackNetworkActionInviteResolve.authenticated) && m.areEqual(this.guildId, trackNetworkActionInviteResolve.guildId) && m.areEqual(this.channelId, trackNetworkActionInviteResolve.channelId) && m.areEqual(this.channelType, trackNetworkActionInviteResolve.channelType) && m.areEqual(this.inviterId, trackNetworkActionInviteResolve.inviterId) && m.areEqual(this.sizeTotal, trackNetworkActionInviteResolve.sizeTotal) && m.areEqual(this.sizeOnline, trackNetworkActionInviteResolve.sizeOnline) && m.areEqual(this.inviteType, trackNetworkActionInviteResolve.inviteType) && m.areEqual(this.destinationUserId, trackNetworkActionInviteResolve.destinationUserId) && m.areEqual(this.userBanned, trackNetworkActionInviteResolve.userBanned) && m.areEqual(this.inputValue, trackNetworkActionInviteResolve.inputValue);
}
public int hashCode() {
Boolean bool = this.resolved;
int i = 0;
int hashCode = (bool != null ? bool.hashCode() : 0) * 31;
CharSequence charSequence = this.code;
int hashCode2 = (hashCode + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Boolean bool2 = this.authenticated;
int hashCode3 = (hashCode2 + (bool2 != null ? bool2.hashCode() : 0)) * 31;
Long l = this.guildId;
int hashCode4 = (hashCode3 + (l != null ? l.hashCode() : 0)) * 31;
Long l2 = this.channelId;
int hashCode5 = (hashCode4 + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.channelType;
int hashCode6 = (hashCode5 + (l3 != null ? l3.hashCode() : 0)) * 31;
Long l4 = this.inviterId;
int hashCode7 = (hashCode6 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.sizeTotal;
int hashCode8 = (hashCode7 + (l5 != null ? l5.hashCode() : 0)) * 31;
Long l6 = this.sizeOnline;
int hashCode9 = (hashCode8 + (l6 != null ? l6.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.inviteType;
int hashCode10 = (hashCode9 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
Long l7 = this.destinationUserId;
int hashCode11 = (hashCode10 + (l7 != null ? l7.hashCode() : 0)) * 31;
Boolean bool3 = this.userBanned;
int hashCode12 = (hashCode11 + (bool3 != null ? bool3.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.inputValue;
if (charSequence3 != null) {
i = charSequence3.hashCode();
}
return hashCode12 + i;
}
public String toString() {
StringBuilder P = a.P("TrackNetworkActionInviteResolve(resolved=");
P.append(this.resolved);
P.append(", code=");
P.append(this.code);
P.append(", authenticated=");
P.append(this.authenticated);
P.append(", guildId=");
P.append(this.guildId);
P.append(", channelId=");
P.append(this.channelId);
P.append(", channelType=");
P.append(this.channelType);
P.append(", inviterId=");
P.append(this.inviterId);
P.append(", sizeTotal=");
P.append(this.sizeTotal);
P.append(", sizeOnline=");
P.append(this.sizeOnline);
P.append(", inviteType=");
P.append(this.inviteType);
P.append(", destinationUserId=");
P.append(this.destinationUserId);
P.append(", userBanned=");
P.append(this.userBanned);
P.append(", inputValue=");
return a.D(P, this.inputValue, ")");
}
}