package com.ironsource;

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

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

    public d9(String str) {
        this.f2263a = str;
    }

    public d9(String str, String str2, String str3) {
        this.f2263a = str;
        this.c = str2;
        this.d = str3;
    }

    public d9(String str, JSONObject jSONObject) {
        this.f2263a = str;
        this.b = jSONObject;
    }

    public d9(String str, JSONObject jSONObject, String str2, String str3) {
        this.f2263a = str;
        this.b = jSONObject;
        this.c = str2;
        this.d = str3;
    }

    public String a() {
        return this.d;
    }

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

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

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