package com.martsnew.data.model.response;

import P6.g;
import java.util.List;
import o6.InterfaceC1389i;
import o6.InterfaceC1392l;

/* JADX INFO: loaded from: classes.dex */
@InterfaceC1392l(generateAdapter = true)
public final class StreamingResponse {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final List f10944d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final List f10945e;

    public StreamingResponse(@InterfaceC1389i(name = "auto") List<StreamDataResponse> list, @InterfaceC1389i(name = "1080") List<StreamDataResponse> list2, @InterfaceC1389i(name = "360") List<StreamDataResponse> list3, @InterfaceC1389i(name = "480") List<StreamDataResponse> list4, @InterfaceC1389i(name = "720") List<StreamDataResponse> list5) {
        this.f10941a = list;
        this.f10942b = list2;
        this.f10943c = list3;
        this.f10944d = list4;
        this.f10945e = list5;
    }

    public final StreamingResponse copy(@InterfaceC1389i(name = "auto") List<StreamDataResponse> list, @InterfaceC1389i(name = "1080") List<StreamDataResponse> list2, @InterfaceC1389i(name = "360") List<StreamDataResponse> list3, @InterfaceC1389i(name = "480") List<StreamDataResponse> list4, @InterfaceC1389i(name = "720") List<StreamDataResponse> list5) {
        return new StreamingResponse(list, list2, list3, list4, list5);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof StreamingResponse)) {
            return false;
        }
        StreamingResponse streamingResponse = (StreamingResponse) obj;
        return g.a(this.f10941a, streamingResponse.f10941a) && g.a(this.f10942b, streamingResponse.f10942b) && g.a(this.f10943c, streamingResponse.f10943c) && g.a(this.f10944d, streamingResponse.f10944d) && g.a(this.f10945e, streamingResponse.f10945e);
    }

    public final int hashCode() {
        List list = this.f10941a;
        int iHashCode = (list == null ? 0 : list.hashCode()) * 31;
        List list2 = this.f10942b;
        int iHashCode2 = (iHashCode + (list2 == null ? 0 : list2.hashCode())) * 31;
        List list3 = this.f10943c;
        int iHashCode3 = (iHashCode2 + (list3 == null ? 0 : list3.hashCode())) * 31;
        List list4 = this.f10944d;
        int iHashCode4 = (iHashCode3 + (list4 == null ? 0 : list4.hashCode())) * 31;
        List list5 = this.f10945e;
        return iHashCode4 + (list5 != null ? list5.hashCode() : 0);
    }

    public final String toString() {
        return "StreamingResponse(auto=" + this.f10941a + ", x1080=" + this.f10942b + ", x360=" + this.f10943c + ", x480=" + this.f10944d + ", x720=" + this.f10945e + ")";
    }
}
