package com.bytedance.sdk.openadsdk.core.model;

/* JADX INFO: loaded from: classes2.dex */
public class gqi {
    public static int fm = 1;
    public static int ro = 2;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private int f7167lb = 5;
    private int yz = 30;
    private int jnr = 70;
    private int ajl = 1;
    private int wsy = fm;
    private int wu = 0;

    /* JADX INFO: renamed from: ef, reason: collision with root package name */
    private int f7166ef = 0;
    private int vt = 3;

    public int ajl() {
        return this.jnr;
    }

    public int fm() {
        return this.vt;
    }

    public int jnr() {
        return this.yz;
    }

    public int lb() {
        return this.wu;
    }

    public int ro() {
        return this.f7166ef;
    }

    public int wsy() {
        return this.ajl;
    }

    public int wu() {
        return this.wsy;
    }

    public int yz() {
        return this.f7167lb;
    }

    public void ajl(int i10) {
        this.jnr = i10;
    }

    public void fm(int i10) {
        this.vt = i10;
    }

    public void jnr(int i10) {
        this.yz = i10;
    }

    public void lb(int i10) {
        this.wu = i10;
    }

    public void ro(int i10) {
        this.f7166ef = i10;
    }

    public void wsy(int i10) {
        this.ajl = i10;
    }

    public void wu(int i10) {
        this.wsy = i10;
    }

    public void yz(int i10) {
        this.f7167lb = i10;
    }

    public boolean fm(boolean z10) {
        if (z10) {
            int i10 = this.wu;
            return i10 == 1 || i10 == 3;
        }
        int i11 = this.wu;
        return i11 == 3 || i11 == 2;
    }
}
