package xyz.stream.api.entity;

/* JADX INFO: loaded from: classes3.dex */
public class ParamEntity {
    private String audio;
    private int categoryId;
    private String certificates;
    private String country;
    private String curVersion;
    private int forceUpdate;
    private int genreId;

    /* JADX INFO: renamed from: id, reason: collision with root package name */
    private int f35857id;
    private String ids;
    private String imdbId;
    private int isBeta;
    private Boolean isDiff;
    private String language;
    private int needCertification;
    private int networkId;
    private String orderBy;
    private int page;
    private int pageSize;
    private String path;
    private int ratingId;
    private String roleId;
    private int seriesId;
    private String staticHost;
    private String title;
    private String videos;
    private String yearHigh;
    private String yearLow;

    public String getAudio() {
        return this.audio;
    }

    public int getCategoryId() {
        return this.categoryId;
    }

    public String getCertificates() {
        return this.certificates;
    }

    public String getCountry() {
        return this.country;
    }

    public String getCurVersion() {
        return this.curVersion;
    }

    public int getForceUpdate() {
        return this.forceUpdate;
    }

    public int getGenreId() {
        return this.genreId;
    }

    public int getId() {
        return this.f35857id;
    }

    public String getIds() {
        return this.ids;
    }

    public String getImdbId() {
        return this.imdbId;
    }

    public int getIsBeta() {
        return this.isBeta;
    }

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

    public int getNeedCertification() {
        return this.needCertification;
    }

    public int getNetworkId() {
        return this.networkId;
    }

    public String getOrderBy() {
        return this.orderBy;
    }

    public int getPage() {
        return this.page;
    }

    public int getPageSize() {
        return this.pageSize;
    }

    public String getPath() {
        return this.path;
    }

    public int getRatingId() {
        return this.ratingId;
    }

    public String getRoleId() {
        return this.roleId;
    }

    public int getSeriesId() {
        return this.seriesId;
    }

    public String getStaticHost() {
        return this.staticHost;
    }

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

    public String getVideos() {
        return this.videos;
    }

    public String getYearHigh() {
        return this.yearHigh;
    }

    public String getYearLow() {
        return this.yearLow;
    }

    public Boolean isDiff() {
        return this.isDiff;
    }

    public void setAudio(String str) {
        this.audio = str;
    }

    public void setCategoryId(int i10) {
        this.categoryId = i10;
    }

    public void setCertificates(String str) {
        this.certificates = str;
    }

    public void setCountry(String str) {
        this.country = str;
    }

    public void setCurVersion(String str) {
        this.curVersion = str;
    }

    public void setDiff(Boolean bool) {
        this.isDiff = bool;
    }

    public void setForceUpdate(int i10) {
        this.forceUpdate = i10;
    }

    public void setGenreId(int i10) {
        this.genreId = i10;
    }

    public void setId(int i10) {
        this.f35857id = i10;
    }

    public void setIds(String str) {
        this.ids = str;
    }

    public void setImdbId(String str) {
        this.imdbId = str;
    }

    public void setIsBeta(int i10) {
        this.isBeta = i10;
    }

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

    public void setNeedCertification(int i10) {
        this.needCertification = i10;
    }

    public void setNetworkId(int i10) {
        this.networkId = i10;
    }

    public void setOrderBy(String str) {
        this.orderBy = str;
    }

    public void setPage(int i10) {
        this.page = i10;
    }

    public void setPageSize(int i10) {
        this.pageSize = i10;
    }

    public void setPath(String str) {
        this.path = str;
    }

    public void setRatingId(int i10) {
        this.ratingId = i10;
    }

    public void setRoleId(String str) {
        this.roleId = str;
    }

    public void setSeriesId(int i10) {
        this.seriesId = i10;
    }

    public void setStaticHost(String str) {
        this.staticHost = str;
    }

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

    public void setVideos(String str) {
        this.videos = str;
    }

    public void setYearHigh(String str) {
        this.yearHigh = str;
    }

    public void setYearLow(String str) {
        this.yearLow = str;
    }
}
