package k5;

import java.util.List;

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

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

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

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

    public m(int i, int i5, List list) {
        this.f13980a = i;
        this.f13981b = i5;
        this.f13982c = list;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof m)) {
            return false;
        }
        m mVar = (m) obj;
        return this.f13980a == mVar.f13980a && this.f13981b == mVar.f13981b && this.f13982c.equals(mVar.f13982c);
    }

    public final int hashCode() {
        return this.f13982c.hashCode() + (((this.f13980a * 31) + this.f13981b) * 31);
    }

    public final String toString() {
        return "Page(page=" + this.f13980a + ", limit=" + this.f13981b + ", result=" + this.f13982c + ")";
    }
}
