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

150 lines
8.2 KiB
Java

package com.discord.analytics.generated.events;
import c.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: TrackVideoInputToggled.kt */
public final class TrackVideoInputToggled implements AnalyticsSchema, TrackBaseReceiver {
private final transient String analyticsSchemaTypeName = "video_input_toggled";
private final Long channelId = null;
private final Long channelType = null;
private final List<CharSequence> enabledInputs = null;
private final CharSequence gameExeName = null;
private final Long gameId = null;
private final CharSequence gameName = null;
private final CharSequence gamePlatform = null;
private final Long guildId = null;
private final CharSequence mediaSessionId = null;
private final CharSequence nonce = null;
private final Boolean previewEnabled = null;
private final Long shareGameId = null;
private final CharSequence shareGameName = null;
private final CharSequence soundshareSession = null;
private final CharSequence source = null;
private TrackBase trackBase;
private final Boolean videoEnabled = null;
private final Long videoInputFrameRate = null;
private final Long videoInputResolution = null;
private final CharSequence videoInputType = null;
private final Long videoStreamCount = null;
private final CharSequence videoToggleSource = null;
private final Long voiceStateCount = 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 TrackVideoInputToggled)) {
return false;
}
TrackVideoInputToggled trackVideoInputToggled = (TrackVideoInputToggled) obj;
return m.areEqual(this.channelId, trackVideoInputToggled.channelId) && m.areEqual(this.channelType, trackVideoInputToggled.channelType) && m.areEqual(this.guildId, trackVideoInputToggled.guildId) && m.areEqual(this.nonce, trackVideoInputToggled.nonce) && m.areEqual(this.voiceStateCount, trackVideoInputToggled.voiceStateCount) && m.areEqual(this.videoStreamCount, trackVideoInputToggled.videoStreamCount) && m.areEqual(this.videoEnabled, trackVideoInputToggled.videoEnabled) && m.areEqual(this.gameName, trackVideoInputToggled.gameName) && m.areEqual(this.gameExeName, trackVideoInputToggled.gameExeName) && m.areEqual(this.gameId, trackVideoInputToggled.gameId) && m.areEqual(this.videoInputType, trackVideoInputToggled.videoInputType) && m.areEqual(this.videoInputResolution, trackVideoInputToggled.videoInputResolution) && m.areEqual(this.videoInputFrameRate, trackVideoInputToggled.videoInputFrameRate) && m.areEqual(this.soundshareSession, trackVideoInputToggled.soundshareSession) && m.areEqual(this.shareGameName, trackVideoInputToggled.shareGameName) && m.areEqual(this.shareGameId, trackVideoInputToggled.shareGameId) && m.areEqual(this.gamePlatform, trackVideoInputToggled.gamePlatform) && m.areEqual(this.source, trackVideoInputToggled.source) && m.areEqual(this.videoToggleSource, trackVideoInputToggled.videoToggleSource) && m.areEqual(this.mediaSessionId, trackVideoInputToggled.mediaSessionId) && m.areEqual(this.enabledInputs, trackVideoInputToggled.enabledInputs) && m.areEqual(this.previewEnabled, trackVideoInputToggled.previewEnabled);
}
public int hashCode() {
Long l = this.channelId;
int i = 0;
int hashCode = (l != null ? l.hashCode() : 0) * 31;
Long l2 = this.channelType;
int hashCode2 = (hashCode + (l2 != null ? l2.hashCode() : 0)) * 31;
Long l3 = this.guildId;
int hashCode3 = (hashCode2 + (l3 != null ? l3.hashCode() : 0)) * 31;
CharSequence charSequence = this.nonce;
int hashCode4 = (hashCode3 + (charSequence != null ? charSequence.hashCode() : 0)) * 31;
Long l4 = this.voiceStateCount;
int hashCode5 = (hashCode4 + (l4 != null ? l4.hashCode() : 0)) * 31;
Long l5 = this.videoStreamCount;
int hashCode6 = (hashCode5 + (l5 != null ? l5.hashCode() : 0)) * 31;
Boolean bool = this.videoEnabled;
int hashCode7 = (hashCode6 + (bool != null ? bool.hashCode() : 0)) * 31;
CharSequence charSequence2 = this.gameName;
int hashCode8 = (hashCode7 + (charSequence2 != null ? charSequence2.hashCode() : 0)) * 31;
CharSequence charSequence3 = this.gameExeName;
int hashCode9 = (hashCode8 + (charSequence3 != null ? charSequence3.hashCode() : 0)) * 31;
Long l6 = this.gameId;
int hashCode10 = (hashCode9 + (l6 != null ? l6.hashCode() : 0)) * 31;
CharSequence charSequence4 = this.videoInputType;
int hashCode11 = (hashCode10 + (charSequence4 != null ? charSequence4.hashCode() : 0)) * 31;
Long l7 = this.videoInputResolution;
int hashCode12 = (hashCode11 + (l7 != null ? l7.hashCode() : 0)) * 31;
Long l8 = this.videoInputFrameRate;
int hashCode13 = (hashCode12 + (l8 != null ? l8.hashCode() : 0)) * 31;
CharSequence charSequence5 = this.soundshareSession;
int hashCode14 = (hashCode13 + (charSequence5 != null ? charSequence5.hashCode() : 0)) * 31;
CharSequence charSequence6 = this.shareGameName;
int hashCode15 = (hashCode14 + (charSequence6 != null ? charSequence6.hashCode() : 0)) * 31;
Long l9 = this.shareGameId;
int hashCode16 = (hashCode15 + (l9 != null ? l9.hashCode() : 0)) * 31;
CharSequence charSequence7 = this.gamePlatform;
int hashCode17 = (hashCode16 + (charSequence7 != null ? charSequence7.hashCode() : 0)) * 31;
CharSequence charSequence8 = this.source;
int hashCode18 = (hashCode17 + (charSequence8 != null ? charSequence8.hashCode() : 0)) * 31;
CharSequence charSequence9 = this.videoToggleSource;
int hashCode19 = (hashCode18 + (charSequence9 != null ? charSequence9.hashCode() : 0)) * 31;
CharSequence charSequence10 = this.mediaSessionId;
int hashCode20 = (hashCode19 + (charSequence10 != null ? charSequence10.hashCode() : 0)) * 31;
List<CharSequence> list = this.enabledInputs;
int hashCode21 = (hashCode20 + (list != null ? list.hashCode() : 0)) * 31;
Boolean bool2 = this.previewEnabled;
if (bool2 != null) {
i = bool2.hashCode();
}
return hashCode21 + i;
}
public String toString() {
StringBuilder P = a.P("TrackVideoInputToggled(channelId=");
P.append(this.channelId);
P.append(", channelType=");
P.append(this.channelType);
P.append(", guildId=");
P.append(this.guildId);
P.append(", nonce=");
P.append(this.nonce);
P.append(", voiceStateCount=");
P.append(this.voiceStateCount);
P.append(", videoStreamCount=");
P.append(this.videoStreamCount);
P.append(", videoEnabled=");
P.append(this.videoEnabled);
P.append(", gameName=");
P.append(this.gameName);
P.append(", gameExeName=");
P.append(this.gameExeName);
P.append(", gameId=");
P.append(this.gameId);
P.append(", videoInputType=");
P.append(this.videoInputType);
P.append(", videoInputResolution=");
P.append(this.videoInputResolution);
P.append(", videoInputFrameRate=");
P.append(this.videoInputFrameRate);
P.append(", soundshareSession=");
P.append(this.soundshareSession);
P.append(", shareGameName=");
P.append(this.shareGameName);
P.append(", shareGameId=");
P.append(this.shareGameId);
P.append(", gamePlatform=");
P.append(this.gamePlatform);
P.append(", source=");
P.append(this.source);
P.append(", videoToggleSource=");
P.append(this.videoToggleSource);
P.append(", mediaSessionId=");
P.append(this.mediaSessionId);
P.append(", enabledInputs=");
P.append(this.enabledInputs);
P.append(", previewEnabled=");
return a.C(P, this.previewEnabled, ")");
}
}