package k5;

import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public final class n {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final int f13984b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Object f13985c;

    public n(int i, int i5, List list) {
        this.f13983a = i;
        this.f13984b = i5;
        this.f13985c = list;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof n)) {
            return false;
        }
        n nVar = (n) obj;
        return this.f13983a == nVar.f13983a && this.f13984b == nVar.f13984b && this.f13985c.equals(nVar.f13985c);
    }

    public final int hashCode() {
        return this.f13985c.hashCode() + (((this.f13983a * 31) + this.f13984b) * 31);
    }

    public final String toString() {
        return "PageData(page=" + this.f13983a + ", totalPage=" + this.f13984b + ", data=" + this.f13985c + ")";
    }
}
