package com.ironsource; import java.util.Map; /* loaded from: classes2.dex */ public class u7 { private final int a; private final String b; private final Map c; private final long d; private final String e; public u7(int i, String str, Map map, long j, String str2) { this.a = i; this.b = str; this.c = map; this.d = j; this.e = str2; } public Map a() { return this.c; } public String b() { return this.e; } public String c() { return this.b; } public int d() { return this.a; } public long e() { return this.d; } }