package com.strmr.ps.data.auth;

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

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

    @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/auth/GateResult$Allowed;", "Lcom/strmr/ps/data/auth/GateResult;", "<init>", "()V", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
    public static final class Allowed extends GateResult {

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

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

    @Metadata(d1 = {"\u0000*\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0007\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\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\u0011HÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0006\u0010\u0007¨\u0006\u0012"}, d2 = {"Lcom/strmr/ps/data/auth/GateResult$Blocked;", "Lcom/strmr/ps/data/auth/GateResult;", "reason", "Lcom/strmr/ps/data/auth/BlockReason;", "<init>", "(Lcom/strmr/ps/data/auth/BlockReason;)V", "getReason", "()Lcom/strmr/ps/data/auth/BlockReason;", "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 Blocked extends GateResult {

        @kp6
        private final BlockReason reason;

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

        public static /* synthetic */ Blocked copy$default(Blocked blocked, BlockReason blockReason, int i, Object obj) {
            if ((i & 1) != 0) {
                blockReason = blocked.reason;
            }
            return blocked.copy(blockReason);
        }

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

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

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

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

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

        @kp6
        public String toString() {
            return "Blocked(reason=" + this.reason + ")";
        }
    }

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

    private GateResult() {
    }
}
