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

import org.json.JSONObject;
/* loaded from: classes2.dex */
public class eT {
    private String Sg;
    private String YFl;
    private int tN;

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

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

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

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

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

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

    public JSONObject AlY() {
        try {
            JSONObject jSONObject = new JSONObject();
            jSONObject.put("u", this.YFl);
            jSONObject.put("ft", this.tN);
            jSONObject.put("fu", this.Sg);
            return jSONObject;
        } catch (Exception unused) {
            return null;
        }
    }
}
