package xyz.stream.api.entity;

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

/* JADX INFO: loaded from: classes3.dex */
public class AudioEntity implements g0, Serializable {
    private int disposition;
    private int groupIndex;
    private String handlerName;
    private int index;
    private String language;
    private String title;

    public AudioEntity(String str, int i10, int i11, String str2, int i12, String str3) {
        this.title = str;
        this.groupIndex = i10;
        this.index = i11;
        this.language = str2;
        this.disposition = i12;
        this.handlerName = str3;
    }

    public int getDisposition() {
        return this.disposition;
    }

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

    public String getHandlerName() {
        return this.handlerName;
    }

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

    public String getLanguage() {
        return this.language;
    }

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

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

    public void setDisposition(int i10) {
        this.disposition = i10;
    }

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

    public void setHandlerName(String str) {
        this.handlerName = str;
    }

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

    public void setLanguage(String str) {
        this.language = str;
    }

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