package com.ironsource;

import com.ironsource.sdk.utils.SDKUtils;
import java.util.HashMap;
/* loaded from: classes4.dex */
public class fg {

    /* renamed from: a  reason: collision with root package name */
    private HashMap<String, Object> f2338a = new HashMap<>();

    public fg a(String str, Object obj) {
        if (obj != null) {
            this.f2338a.put(str, SDKUtils.encodeString(obj.toString()));
        }
        return this;
    }

    public HashMap<String, Object> a() {
        return this.f2338a;
    }
}
