package com.strmr.ps.data.model.addon;

import androidx.media3.container.NalUnitUtil;
import com.google.android.gms.measurement.api.AppMeasurementSdk;
import com.google.gson.annotations.SerializedName;
import defpackage.cr4;
import defpackage.fi7;
import defpackage.kp6;
import defpackage.pq6;
import defpackage.uz1;
import defpackage.vw2;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0010\u000b\n\u0002\b\u000e\n\u0002\u0010\b\n\u0002\b\u0002\b\u0086\b\u0018\u00002\u00020\u0001B!\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003\u0012\b\b\u0002\u0010\u0005\u001a\u00020\u0006¢\u0006\u0004\b\u0007\u0010\bJ\t\u0010\u000e\u001a\u00020\u0003HÆ\u0003J\t\u0010\u000f\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0010\u001a\u00020\u0006HÆ\u0003J'\u0010\u0011\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u0006HÆ\u0001J\u0013\u0010\u0012\u001a\u00020\u00062\b\u0010\u0013\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0014\u001a\u00020\u0015HÖ\u0001J\t\u0010\u0016\u001a\u00020\u0003HÖ\u0001R\u0016\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\t\u0010\nR\u0016\u0010\u0004\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\nR\u0016\u0010\u0005\u001a\u00020\u00068\u0006X\u0087\u0004¢\u0006\b\n\u0000\u001a\u0004\b\f\u0010\r¨\u0006\u0017"}, d2 = {"Lcom/strmr/ps/data/model/addon/ConfigOption;", "", AppMeasurementSdk.ConditionalUserProperty.VALUE, "", "label", "selected", "", "<init>", "(Ljava/lang/String;Ljava/lang/String;Z)V", "getValue", "()Ljava/lang/String;", "getLabel", "getSelected", "()Z", "component1", "component2", "component3", "copy", "equals", "other", "hashCode", "", "toString", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class ConfigOption {

    @SerializedName("label")
    @kp6
    private final String label;

    @SerializedName("selected")
    private final boolean selected;

    @SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
    @kp6
    private final String value;

    public ConfigOption(@kp6 String str, @kp6 String str2, boolean z) {
        cr4.g(str, AppMeasurementSdk.ConditionalUserProperty.VALUE);
        cr4.g(str2, "label");
        this.value = str;
        this.label = str2;
        this.selected = z;
    }

    public static /* synthetic */ ConfigOption copy$default(ConfigOption configOption, String str, String str2, boolean z, int i, Object obj) {
        if ((i & 1) != 0) {
            str = configOption.value;
        }
        if ((i & 2) != 0) {
            str2 = configOption.label;
        }
        if ((i & 4) != 0) {
            z = configOption.selected;
        }
        return configOption.copy(str, str2, z);
    }

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

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

    /* JADX INFO: renamed from: component3, reason: from getter */
    public final boolean getSelected() {
        return this.selected;
    }

    @kp6
    public final ConfigOption copy(@kp6 String value, @kp6 String label, boolean selected) {
        cr4.g(value, AppMeasurementSdk.ConditionalUserProperty.VALUE);
        cr4.g(label, "label");
        return new ConfigOption(value, label, selected);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        if (!(other instanceof ConfigOption)) {
            return false;
        }
        ConfigOption configOption = (ConfigOption) other;
        return cr4.b(this.value, configOption.value) && cr4.b(this.label, configOption.label) && this.selected == configOption.selected;
    }

    @kp6
    public final String getLabel() {
        return this.label;
    }

    public final boolean getSelected() {
        return this.selected;
    }

    @kp6
    public final String getValue() {
        return this.value;
    }

    public int hashCode() {
        return Boolean.hashCode(this.selected) + vw2.b(this.value.hashCode() * 31, 31, this.label);
    }

    @kp6
    public String toString() {
        String str = this.value;
        String str2 = this.label;
        boolean z = this.selected;
        StringBuilder sbM = fi7.m("ConfigOption(value=", str, ", label=", str2, ", selected=");
        sbM.append(z);
        sbM.append(")");
        return sbM.toString();
    }

    public /* synthetic */ ConfigOption(String str, String str2, boolean z, int i, uz1 uz1Var) {
        this(str, str2, (i & 4) != 0 ? false : z);
    }
}
