package com.ironsource;

import java.util.Map;
/* loaded from: classes4.dex */
public class x7 {

    /* renamed from: a  reason: collision with root package name */
    private final int f3216a;
    private final String b;
    private final Map<String, Object> c;
    private final long d;
    private final String e;

    public x7(int i, String str, Map<String, Object> map, long j, String str2) {
        this.f3216a = i;
        this.b = str;
        this.c = map;
        this.d = j;
        this.e = str2;
    }

    public Map<String, Object> a() {
        return this.c;
    }

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

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

    public int d() {
        return this.f3216a;
    }

    public long e() {
        return this.d;
    }
}
