package com.google.android.gms.common.api;

import android.os.Parcel;
import android.os.Parcelable;
import com.google.android.gms.common.internal.ReflectedParcelable;
import defpackage.AbstractC0106;

/* JADX INFO: loaded from: classes3.dex */
public final class Scope extends AbstractC0106 implements ReflectedParcelable {
    public static final Parcelable.Creator<Scope> CREATOR = new ᵩᵭᵾʟ(17);

    /* JADX INFO: renamed from: ˌᴵ, reason: contains not printable characters */
    public final int f1017;

    /* JADX INFO: renamed from: ᵜᵪʾ, reason: contains not printable characters */
    public final String f1018;

    public Scope(int i, String str) {
        ᵘᵞʿⁱ.ᵻʽᵯ(str, "scopeUri must not be null or empty");
        this.f1017 = i;
        this.f1018 = str;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof Scope)) {
            return false;
        }
        return this.f1018.equals(((Scope) obj).f1018);
    }

    public final int hashCode() {
        return this.f1018.hashCode();
    }

    public final String toString() {
        return this.f1018;
    }

    @Override // android.os.Parcelable
    public final void writeToParcel(Parcel parcel, int i) {
        int i2 = ᵱˉˈ.ˏᵩʨ(parcel, 20293);
        ᵱˉˈ.ˀᵗ(parcel, 1, 4);
        parcel.writeInt(this.f1017);
        ᵱˉˈ.ᵨˈʼﹶ(parcel, 2, this.f1018);
        ᵱˉˈ.ᵛˀˊ(parcel, i2);
    }
}
