package xyz.stream.api.entity;

import java.io.Serializable;
import xyz.stream.utils.g0;

/* JADX INFO: loaded from: classes3.dex */
public class SubtitlePlayEntity implements g0, Serializable {
    private int groupIndex;
    private int index;
    private InnerSubtitleEntity innerSubtitleEntity;
    private String title;
    private int type;

    public SubtitlePlayEntity(String str, int i10, int i11, int i12, InnerSubtitleEntity innerSubtitleEntity) {
        this.title = str;
        this.groupIndex = i10;
        this.index = i11;
        this.type = i12;
        this.innerSubtitleEntity = innerSubtitleEntity;
    }

    public int getGroupIndex() {
        return this.groupIndex;
    }

    public int getIndex() {
        return this.index;
    }

    public InnerSubtitleEntity getInnerSubtitleEntity() {
        return this.innerSubtitleEntity;
    }

    @Override // xyz.stream.utils.g0
    public String getProvideSort() {
        return getTitle();
    }

    public String getTitle() {
        return this.title;
    }

    public int getType() {
        return this.type;
    }

    public void setGroupIndex(int i10) {
        this.groupIndex = i10;
    }

    public void setIndex(int i10) {
        this.index = i10;
    }

    public void setInnerSubtitleEntity(InnerSubtitleEntity innerSubtitleEntity) {
        this.innerSubtitleEntity = innerSubtitleEntity;
    }

    public void setTitle(String str) {
        this.title = str;
    }

    public void setType(int i10) {
        this.type = i10;
    }

    public SubtitlePlayEntity(String str, int i10, InnerSubtitleEntity innerSubtitleEntity) {
        this.title = str;
        this.index = i10;
        this.innerSubtitleEntity = innerSubtitleEntity;
    }
}
