Files
rr3-apk/decompiled/sources/com/ironsource/a4.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

90 lines
1.5 KiB
Java

package com.ironsource;
/* loaded from: classes2.dex */
public class a4 {
private boolean a;
private boolean b;
private boolean c;
private int d;
private String e;
private String f;
private int g;
private int h;
private int i;
private int[] j;
private int[] k;
private int[] l;
private int[] m;
public a4() {
}
public a4(boolean z, boolean z2, boolean z3, int i, String str, String str2, int i2, int i3, int i4, int[] iArr, int[] iArr2, int[] iArr3, int[] iArr4) {
this.a = z;
this.b = z2;
this.c = z3;
this.d = i;
this.e = str;
this.f = str2;
this.g = i2;
this.h = i3;
this.i = i4;
this.j = iArr;
this.k = iArr2;
this.l = iArr3;
this.m = iArr4;
}
public int a() {
return this.g;
}
public int b() {
return this.d;
}
public String c() {
return this.f;
}
public String d() {
return this.e;
}
public int e() {
return this.i;
}
public int f() {
return this.h;
}
public int[] g() {
return this.m;
}
public int[] h() {
return this.k;
}
public int[] i() {
return this.j;
}
public int[] j() {
return this.l;
}
public boolean k() {
return this.c;
}
public boolean l() {
return this.b;
}
public boolean m() {
return this.a;
}
}