package com.bytedance.sdk.openadsdk.core.model;
/* loaded from: classes2.dex */
public class lG {
    private long YFl = 10000;
    private long Sg = 10000;
    private long tN = 10;
    private long AlY = 20;
    private String wN = "";

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

    public void AlY(long j) {
        if (j < 0) {
            this.AlY = 20L;
        } else {
            this.AlY = j;
        }
    }

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

    public void Sg(long j) {
        if (j < 0) {
            this.Sg = 20L;
        } else {
            this.Sg = j;
        }
    }

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

    public void YFl(long j) {
        if (j <= 0) {
            this.YFl = 10L;
        } else {
            this.YFl = j;
        }
    }

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

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

    public void tN(long j) {
        if (j <= 0) {
            this.tN = 10L;
        } else {
            this.tN = j;
        }
    }

    public String wN() {
        return this.wN;
    }
}
