package M5;

/* JADX INFO: loaded from: classes.dex */
public final class p extends q {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f4323a;

    public p(boolean z8) {
        this.f4323a = z8;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        return (obj instanceof p) && this.f4323a == ((p) obj).f4323a;
    }

    public final int hashCode() {
        return this.f4323a ? 1231 : 1237;
    }

    public final String toString() {
        return "UpdateWatchList(inWatchList=" + this.f4323a + ")";
    }
}
