package com.bytedance.sdk.openadsdk.pDU.YFl;

import java.math.BigDecimal;
import java.math.RoundingMode;
/* loaded from: classes2.dex */
public class YFl {
    float AlY;
    float DSW;
    String EH;
    float GA;
    float NjR;
    int Sg;
    String YFl;
    float YoT;
    float eT;
    int lG;
    int nc;
    int pDU;
    float qsH;
    float rkt;
    float tN;
    int vc;
    float wN;
    int Wwa = -1;
    String qO = "";

    public int AlY() {
        return this.Sg;
    }

    public void AlY(float f) {
        this.DSW = f;
    }

    public void AlY(int i) {
        this.nc = i;
    }

    public float DSW() {
        return this.wN;
    }

    public void DSW(float f) {
        this.eT = f;
    }

    public float GA() {
        return this.eT;
    }

    public float NjR() {
        return this.DSW;
    }

    public void NjR(float f) {
        this.GA = f;
    }

    public String Sg() {
        return this.qO;
    }

    public void Sg(float f) {
        this.AlY = f;
    }

    public void Sg(int i) {
        this.Sg = i;
    }

    public void Sg(String str) {
        this.YFl = str;
    }

    public float Wwa() {
        return this.rkt;
    }

    public int YFl() {
        return this.Wwa;
    }

    public void YFl(float f) {
        this.tN = f;
    }

    public void YFl(int i) {
        this.Wwa = i;
    }

    public void YFl(String str) {
        this.qO = str;
    }

    public int YoT() {
        return this.nc;
    }

    public float eT() {
        return this.NjR;
    }

    public String lG() {
        return this.EH;
    }

    public float nc() {
        return this.qsH;
    }

    public void nc(float f) {
        this.rkt = f;
    }

    public float pDU() {
        return this.YoT;
    }

    public int qO() {
        return this.lG;
    }

    public int qsH() {
        return this.vc;
    }

    public void qsH(float f) {
        this.YoT = f;
    }

    public int rkt() {
        return this.pDU;
    }

    public String tN() {
        return this.YFl;
    }

    public void tN(float f) {
        this.wN = f;
    }

    public void tN(int i) {
        this.vc = i;
    }

    public void tN(String str) {
        this.EH = str;
    }

    public float vc() {
        return this.AlY;
    }

    public void vc(float f) {
        this.NjR = f;
    }

    public void vc(int i) {
        this.lG = i;
    }

    public float wN() {
        return this.tN;
    }

    public void wN(float f) {
        this.qsH = f;
    }

    public void wN(int i) {
        this.pDU = i;
    }

    public BigDecimal EH() {
        return new BigDecimal(this.GA).setScale(3, RoundingMode.HALF_UP);
    }

    /* renamed from: com.bytedance.sdk.openadsdk.pDU.YFl.YFl$YFl  reason: collision with other inner class name */
    /* loaded from: classes2.dex */
    public static class C0164YFl {
        YFl YFl = new YFl();

        public YFl YFl() {
            return this.YFl;
        }

        public C0164YFl YFl(String str) {
            this.YFl.Sg(str);
            return this;
        }

        public C0164YFl YFl(int i) {
            this.YFl.Sg(i);
            return this;
        }

        public C0164YFl YFl(float f) {
            this.YFl.YFl(f);
            return this;
        }

        public C0164YFl Sg(float f) {
            this.YFl.Sg(f);
            return this;
        }

        public C0164YFl tN(float f) {
            this.YFl.tN(f);
            return this;
        }

        public C0164YFl AlY(float f) {
            this.YFl.AlY(f);
            return this;
        }

        public C0164YFl wN(float f) {
            this.YFl.wN(f);
            return this;
        }

        public C0164YFl vc(float f) {
            this.YFl.vc(f);
            return this;
        }

        public C0164YFl DSW(float f) {
            this.YFl.DSW(f);
            return this;
        }

        public C0164YFl qsH(float f) {
            this.YFl.qsH(f);
            return this;
        }

        public C0164YFl NjR(float f) {
            this.YFl.NjR(f);
            return this;
        }

        public C0164YFl Sg(int i) {
            this.YFl.wN(i);
            return this;
        }

        public C0164YFl Sg(String str) {
            this.YFl.tN(str);
            return this;
        }

        public C0164YFl nc(float f) {
            this.YFl.nc(f);
            return this;
        }

        public C0164YFl tN(int i) {
            this.YFl.vc(i);
            return this;
        }
    }
}
