package com.strmr.ps.data.model.home;

import androidx.media3.container.NalUnitUtil;
import defpackage.cr4;
import defpackage.kp6;
import defpackage.pq6;
import kotlin.Metadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000&\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0007\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0086\b\u0018\u00002\u00020\u0001B\u000f\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0004\b\u0004\u0010\u0005J\t\u0010\b\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\t\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\n\u001a\u00020\u000b2\b\u0010\f\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\r\u001a\u00020\u000eHÖ\u0001J\t\u0010\u000f\u001a\u00020\u0010HÖ\u0001R\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u0006\u0010\u0007¨\u0006\u0011"}, d2 = {"Lcom/strmr/ps/data/model/home/HomeConfig;", "", "home", "Lcom/strmr/ps/data/model/home/HomeSection;", "<init>", "(Lcom/strmr/ps/data/model/home/HomeSection;)V", "getHome", "()Lcom/strmr/ps/data/model/home/HomeSection;", "component1", "copy", "equals", "", "other", "hashCode", "", "toString", "", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final /* data */ class HomeConfig {

    @kp6
    private final HomeSection home;

    public HomeConfig(@kp6 HomeSection homeSection) {
        cr4.g(homeSection, "home");
        this.home = homeSection;
    }

    public static /* synthetic */ HomeConfig copy$default(HomeConfig homeConfig, HomeSection homeSection, int i, Object obj) {
        if ((i & 1) != 0) {
            homeSection = homeConfig.home;
        }
        return homeConfig.copy(homeSection);
    }

    @kp6
    /* JADX INFO: renamed from: component1, reason: from getter */
    public final HomeSection getHome() {
        return this.home;
    }

    @kp6
    public final HomeConfig copy(@kp6 HomeSection home) {
        cr4.g(home, "home");
        return new HomeConfig(home);
    }

    public boolean equals(@pq6 Object other) {
        if (this == other) {
            return true;
        }
        return (other instanceof HomeConfig) && cr4.b(this.home, ((HomeConfig) other).home);
    }

    @kp6
    public final HomeSection getHome() {
        return this.home;
    }

    public int hashCode() {
        return this.home.hashCode();
    }

    @kp6
    public String toString() {
        return "HomeConfig(home=" + this.home + ")";
    }
}
