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

/* JADX INFO: loaded from: classes2.dex */
public class sds {
    private long fm = 10000;
    private long ro = 10000;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private long f7214lb = 10;
    private long yz = 20;
    private String jnr = "";

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

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

    public long lb() {
        return this.f7214lb;
    }

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

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

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

    public void lb(long j10) {
        if (j10 <= 0) {
            this.f7214lb = 10L;
        } else {
            this.f7214lb = j10;
        }
    }

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

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

    public void fm(String str) {
        this.jnr = str;
    }
}
