package com.bytedance.sdk.component.adexpress.fm.lb;

/* JADX INFO: loaded from: classes.dex */
public class ro {
    private String ajl;
    private String fm;
    private String jnr;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private String f6532lb;
    private String ro;
    private Long wsy;
    private String yz;

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

    public ro fm(Long l10) {
        this.wsy = l10;
        return this;
    }

    public ro jnr(String str) {
        this.jnr = str;
        return this;
    }

    public ro lb(String str) {
        this.f6532lb = str;
        return this;
    }

    public ro ro(String str) {
        this.ro = str;
        return this;
    }

    public Long wsy() {
        return this.wsy;
    }

    public ro yz(String str) {
        this.yz = str;
        return this;
    }

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

    public ro fm(String str) {
        this.fm = str;
        return this;
    }

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

    public String lb() {
        return this.f6532lb;
    }

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

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

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