package com.strmr.ps.data.repository;

import androidx.media3.container.NalUnitUtil;
import defpackage.cr4;
import defpackage.kp6;
import defpackage.pq6;
import defpackage.uz1;
import defpackage.vw2;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\b6\u0018\u00002\u00020\u0001:\u0003\u0004\u0005\u0006B\t\b\u0004¢\u0006\u0004\b\u0002\u0010\u0003\u0082\u0001\u0003\u0007\b\t¨\u0006\n"}, d2 = {"Lcom/strmr/ps/data/repository/RealDebridAuthEvent;", "", "<init>", "()V", "ReauthRequired", "AccountCleared", "Authenticated", "Lcom/strmr/ps/data/repository/RealDebridAuthEvent$AccountCleared;", "Lcom/strmr/ps/data/repository/RealDebridAuthEvent$Authenticated;", "Lcom/strmr/ps/data/repository/RealDebridAuthEvent$ReauthRequired;", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public abstract class RealDebridAuthEvent {

    @Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\bÆ\u0002\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0002\u0010\u0003¨\u0006\u0004"}, d2 = {"Lcom/strmr/ps/data/repository/RealDebridAuthEvent$AccountCleared;", "Lcom/strmr/ps/data/repository/RealDebridAuthEvent;", "<init>", "()V", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
    public static final class AccountCleared extends RealDebridAuthEvent {

        @kp6
        public static final AccountCleared INSTANCE = new AccountCleared();

        private AccountCleared() {
            super(null);
        }
    }

    @Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\bÆ\u0002\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0002\u0010\u0003¨\u0006\u0004"}, d2 = {"Lcom/strmr/ps/data/repository/RealDebridAuthEvent$Authenticated;", "Lcom/strmr/ps/data/repository/RealDebridAuthEvent;", "<init>", "()V", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
    public static final class Authenticated extends RealDebridAuthEvent {

        @kp6
        public static final Authenticated INSTANCE = new Authenticated();

        private Authenticated() {
            super(null);
        }
    }

    @Metadata(d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0007\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B\u000f\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0004\b\u0004\u0010\u0005J\t\u0010\b\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\t\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\n\u001a\u00020\u000b2\b\u0010\f\u001a\u0004\u0018\u00010\rHÖ\u0003J\t\u0010\u000e\u001a\u00020\u000fHÖ\u0001J\t\u0010\u0010\u001a\u00020\u0003HÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0006\u0010\u0007¨\u0006\u0011"}, d2 = {"Lcom/strmr/ps/data/repository/RealDebridAuthEvent$ReauthRequired;", "Lcom/strmr/ps/data/repository/RealDebridAuthEvent;", "reason", "", "<init>", "(Ljava/lang/String;)V", "getReason", "()Ljava/lang/String;", "component1", "copy", "equals", "", "other", "", "hashCode", "", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
    public static final /* data */ class ReauthRequired extends RealDebridAuthEvent {

        @kp6
        private final String reason;

        /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
        public ReauthRequired(@kp6 String str) {
            super(null);
            cr4.g(str, "reason");
            this.reason = str;
        }

        public static /* synthetic */ ReauthRequired copy$default(ReauthRequired reauthRequired, String str, int i, Object obj) {
            if ((i & 1) != 0) {
                str = reauthRequired.reason;
            }
            return reauthRequired.copy(str);
        }

        @kp6
        /* JADX INFO: renamed from: component1, reason: from getter */
        public final String getReason() {
            return this.reason;
        }

        @kp6
        public final ReauthRequired copy(@kp6 String reason) {
            cr4.g(reason, "reason");
            return new ReauthRequired(reason);
        }

        public boolean equals(@pq6 Object other) {
            if (this == other) {
                return true;
            }
            return (other instanceof ReauthRequired) && cr4.b(this.reason, ((ReauthRequired) other).reason);
        }

        @kp6
        public final String getReason() {
            return this.reason;
        }

        public int hashCode() {
            return this.reason.hashCode();
        }

        @kp6
        public String toString() {
            return vw2.ab("ReauthRequired(reason=", this.reason, ")");
        }
    }

    public /* synthetic */ RealDebridAuthEvent(uz1 uz1Var) {
        this();
    }

    private RealDebridAuthEvent() {
    }
}
