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

import androidx.media3.container.NalUnitUtil;
import com.google.gson.annotations.SerializedName;
import defpackage.hn2;
import defpackage.jn2;
import defpackage.kp6;
import kotlin.Metadata;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0002\b\u0006\b\u0086\u0081\u0002\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001B\t\b\u0002¢\u0006\u0004\b\u0002\u0010\u0003j\u0002\b\u0004j\u0002\b\u0005j\u0002\b\u0006¨\u0006\u0007"}, d2 = {"Lcom/strmr/ps/data/model/home/PosterOrientation;", "", "<init>", "(Ljava/lang/String;I)V", "LANDSCAPE", "PORTRAIT", "SQUARE", "app_sideloadRelease"}, k = 1, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
public final class PosterOrientation {
    private static final /* synthetic */ hn2 $ENTRIES;
    private static final /* synthetic */ PosterOrientation[] $VALUES;

    @SerializedName("landscape")
    public static final PosterOrientation LANDSCAPE = new PosterOrientation("LANDSCAPE", 0);

    @SerializedName("portrait")
    public static final PosterOrientation PORTRAIT = new PosterOrientation("PORTRAIT", 1);

    @SerializedName("square")
    public static final PosterOrientation SQUARE = new PosterOrientation("SQUARE", 2);

    private static final /* synthetic */ PosterOrientation[] $values() {
        return new PosterOrientation[]{LANDSCAPE, PORTRAIT, SQUARE};
    }

    static {
        PosterOrientation[] posterOrientationArr$values = $values();
        $VALUES = posterOrientationArr$values;
        $ENTRIES = jn2.a(posterOrientationArr$values);
    }

    private PosterOrientation(String str, int i) {
    }

    @kp6
    public static hn2<PosterOrientation> getEntries() {
        return $ENTRIES;
    }

    public static PosterOrientation valueOf(String str) {
        return (PosterOrientation) Enum.valueOf(PosterOrientation.class, str);
    }

    public static PosterOrientation[] values() {
        return (PosterOrientation[]) $VALUES.clone();
    }
}
