- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
174 lines
3.7 KiB
Java
174 lines
3.7 KiB
Java
package com.ironsource;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.Iterator;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class jl {
|
|
public static final a n = new a(null);
|
|
private static final int o = 0;
|
|
private final boolean a;
|
|
private a4 b;
|
|
private int c;
|
|
private long d;
|
|
private boolean e;
|
|
private final ArrayList<ul> f;
|
|
private ul g;
|
|
private int h;
|
|
private h5 i;
|
|
private boolean j;
|
|
private long k;
|
|
private boolean l;
|
|
private boolean m;
|
|
|
|
public static final class a {
|
|
private a() {
|
|
}
|
|
|
|
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public jl(int i, long j, boolean z, a4 events, h5 auctionSettings, int i2, boolean z2, long j2, boolean z3, boolean z4, boolean z5) {
|
|
Intrinsics.checkNotNullParameter(events, "events");
|
|
Intrinsics.checkNotNullParameter(auctionSettings, "auctionSettings");
|
|
this.a = z5;
|
|
this.f = new ArrayList<>();
|
|
this.c = i;
|
|
this.d = j;
|
|
this.e = z;
|
|
this.b = events;
|
|
this.h = i2;
|
|
this.i = auctionSettings;
|
|
this.j = z2;
|
|
this.k = j2;
|
|
this.l = z3;
|
|
this.m = z4;
|
|
}
|
|
|
|
public final ul a(String placementName) {
|
|
Intrinsics.checkNotNullParameter(placementName, "placementName");
|
|
Iterator<ul> it = this.f.iterator();
|
|
while (it.hasNext()) {
|
|
ul next = it.next();
|
|
if (Intrinsics.areEqual(next.getPlacementName(), placementName)) {
|
|
return next;
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
public final void a(int i) {
|
|
this.c = i;
|
|
}
|
|
|
|
public final void a(long j) {
|
|
this.d = j;
|
|
}
|
|
|
|
public final void a(a4 a4Var) {
|
|
Intrinsics.checkNotNullParameter(a4Var, "<set-?>");
|
|
this.b = a4Var;
|
|
}
|
|
|
|
public final void a(h5 h5Var) {
|
|
Intrinsics.checkNotNullParameter(h5Var, "<set-?>");
|
|
this.i = h5Var;
|
|
}
|
|
|
|
public final void a(ul ulVar) {
|
|
if (ulVar != null) {
|
|
this.f.add(ulVar);
|
|
if (this.g == null || ulVar.getPlacementId() == 0) {
|
|
this.g = ulVar;
|
|
}
|
|
}
|
|
}
|
|
|
|
public final void a(boolean z) {
|
|
this.e = z;
|
|
}
|
|
|
|
public final boolean a() {
|
|
return this.e;
|
|
}
|
|
|
|
public final int b() {
|
|
return this.c;
|
|
}
|
|
|
|
public final void b(int i) {
|
|
this.h = i;
|
|
}
|
|
|
|
public final void b(long j) {
|
|
this.k = j;
|
|
}
|
|
|
|
public final void b(boolean z) {
|
|
this.j = z;
|
|
}
|
|
|
|
public final long c() {
|
|
return this.d;
|
|
}
|
|
|
|
public final void c(boolean z) {
|
|
this.l = z;
|
|
}
|
|
|
|
public final h5 d() {
|
|
return this.i;
|
|
}
|
|
|
|
public final void d(boolean z) {
|
|
this.m = z;
|
|
}
|
|
|
|
public final ul e() {
|
|
Iterator<ul> it = this.f.iterator();
|
|
while (it.hasNext()) {
|
|
ul next = it.next();
|
|
if (next.isDefault()) {
|
|
return next;
|
|
}
|
|
}
|
|
return this.g;
|
|
}
|
|
|
|
public final int f() {
|
|
return this.h;
|
|
}
|
|
|
|
public final a4 g() {
|
|
return this.b;
|
|
}
|
|
|
|
public final boolean h() {
|
|
return this.j;
|
|
}
|
|
|
|
public final long i() {
|
|
return this.k;
|
|
}
|
|
|
|
public final boolean j() {
|
|
return this.l;
|
|
}
|
|
|
|
public final boolean k() {
|
|
return this.a;
|
|
}
|
|
|
|
public final boolean l() {
|
|
return this.m;
|
|
}
|
|
|
|
public String toString() {
|
|
return "NativeAdConfigurations{parallelLoad=" + this.c + ", bidderExclusive=" + this.e + '}';
|
|
}
|
|
}
|