package com.ironsource;

import org.json.JSONObject;
/* loaded from: classes4.dex */
public class hr {

    /* renamed from: a  reason: collision with root package name */
    private String f2405a;
    private String b;
    private JSONObject c;

    public hr(String str, String str2, JSONObject jSONObject) {
        this.f2405a = str;
        this.b = str2;
        this.c = jSONObject;
    }

    public JSONObject a() {
        return this.c;
    }

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

    public String c() {
        return this.f2405a;
    }
}
