package com.bytedance.sdk.openadsdk.core.dsz.ajl;

import com.bytedance.adsdk.ugeno.core.gof;
import com.bytedance.sdk.component.adexpress.ro.dsz;
import org.json.JSONObject;

/* JADX INFO: loaded from: classes2.dex */
public class fm extends dsz {
    private JSONObject fm;
    private boolean jnr;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private float f7022lb;
    private gof ro;
    private float yz;

    /* JADX INFO: renamed from: com.bytedance.sdk.openadsdk.core.dsz.ajl.fm$fm, reason: collision with other inner class name */
    public static class C0055fm extends dsz.fm {
        private JSONObject fm;
        private boolean jnr;

        /* JADX INFO: renamed from: lb, reason: collision with root package name */
        private float f7023lb;
        private gof ro;
        private float yz;

        public C0055fm fm(float f10) {
            this.f7023lb = f10;
            return this;
        }

        public C0055fm ro(float f10) {
            this.yz = f10;
            return this;
        }

        public C0055fm wsy(boolean z10) {
            this.jnr = z10;
            return this;
        }

        public C0055fm fm(gof gofVar) {
            this.ro = gofVar;
            return this;
        }

        public C0055fm fm(JSONObject jSONObject) {
            this.fm = jSONObject;
            return this;
        }

        @Override // com.bytedance.sdk.component.adexpress.ro.dsz.fm
        /* JADX INFO: renamed from: ro, reason: merged with bridge method [inline-methods] */
        public fm fm() {
            return new fm(this);
        }
    }

    public fm(C0055fm c0055fm) {
        super(c0055fm);
        this.fm = c0055fm.fm;
        this.ro = c0055fm.ro;
        this.f7022lb = c0055fm.f7023lb;
        this.yz = c0055fm.yz;
        this.jnr = c0055fm.jnr;
    }

    public JSONObject ha() {
        return this.fm;
    }

    public boolean hxv() {
        return this.jnr;
    }

    public float ol() {
        return this.f7022lb;
    }

    public gof pkk() {
        return this.ro;
    }

    public float wbw() {
        return this.yz;
    }
}
