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

import androidx.annotation.Nullable;
import org.json.JSONObject;

/* JADX INFO: loaded from: classes2.dex */
public class dsz {
    private String fm;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private int f7158lb;
    private String ro;

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

    public int lb() {
        return this.f7158lb;
    }

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

    @Nullable
    public JSONObject yz() {
        try {
            JSONObject jSONObject = new JSONObject();
            jSONObject.put("u", this.fm);
            jSONObject.put("ft", this.f7158lb);
            jSONObject.put("fu", this.ro);
            return jSONObject;
        } catch (Exception unused) {
            return null;
        }
    }

    public void fm(int i10) {
        this.f7158lb = i10;
    }

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

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