package X2;

import java.util.List;
import kotlin.jvm.internal.o;

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

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

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

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

    public l(List flatrate, List rent, List buy) {
        o.h(flatrate, "flatrate");
        o.h(rent, "rent");
        o.h(buy, "buy");
        this.f8605a = flatrate;
        this.f8606b = rent;
        this.f8607c = buy;
    }

    /* JADX WARN: Type inference failed for: r0v0, types: [java.lang.Object, java.util.List] */
    public final List a() {
        return this.f8607c;
    }

    /* JADX WARN: Type inference failed for: r0v0, types: [java.lang.Object, java.util.List] */
    public final List b() {
        return this.f8605a;
    }

    /* JADX WARN: Type inference failed for: r0v0, types: [java.lang.Object, java.util.List] */
    public final List c() {
        return this.f8606b;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof l)) {
            return false;
        }
        l lVar = (l) obj;
        return o.c(this.f8605a, lVar.f8605a) && o.c(this.f8606b, lVar.f8606b) && o.c(this.f8607c, lVar.f8607c);
    }

    public final int hashCode() {
        return this.f8607c.hashCode() + ((this.f8606b.hashCode() + (this.f8605a.hashCode() * 31)) * 31);
    }

    public final String toString() {
        return "TmdbWatchProvidersResult(flatrate=" + this.f8605a + ", rent=" + this.f8606b + ", buy=" + this.f8607c + ")";
    }
}
