- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
41 lines
721 B
Java
41 lines
721 B
Java
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<String, Object> c;
|
|
private final long d;
|
|
private final String e;
|
|
|
|
public u7(int i, String str, Map<String, Object> map, long j, String str2) {
|
|
this.a = 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.a;
|
|
}
|
|
|
|
public long e() {
|
|
return this.d;
|
|
}
|
|
}
|