package l6;

/* JADX INFO: loaded from: classes.dex */
public abstract class b {
    private int ajl;
    private final long fm = System.currentTimeMillis();
    private Object jnr;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private a f30164lb;
    private final String ro;
    private int yz;

    public b(String str, a aVar) {
        this.ro = str;
        this.f30164lb = aVar;
    }

    public String ajl() {
        return this.ro;
    }

    public long fm() {
        return this.fm;
    }

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

    public Object lb() {
        a aVar;
        if (this.jnr == null && (aVar = this.f30164lb) != null) {
            this.jnr = aVar.fm();
        }
        return this.jnr;
    }

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

    public String toString() {
        return super.toString();
    }

    public abstract int wsy();

    public abstract byte[] yz();

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

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

    public b(String str, Object obj) {
        this.ro = str;
        this.jnr = obj;
    }
}
