- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
55 lines
1.2 KiB
Java
55 lines
1.2 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.m1;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class e0 {
|
|
private m1.a a;
|
|
|
|
public e0(m1.a performance) {
|
|
Intrinsics.checkNotNullParameter(performance, "performance");
|
|
this.a = performance;
|
|
}
|
|
|
|
public static /* synthetic */ e0 a(e0 e0Var, m1.a aVar, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
aVar = e0Var.a;
|
|
}
|
|
return e0Var.a(aVar);
|
|
}
|
|
|
|
public final e0 a(m1.a performance) {
|
|
Intrinsics.checkNotNullParameter(performance, "performance");
|
|
return new e0(performance);
|
|
}
|
|
|
|
public final m1.a a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final m1.a b() {
|
|
return this.a;
|
|
}
|
|
|
|
public final void b(m1.a aVar) {
|
|
Intrinsics.checkNotNullParameter(aVar, "<set-?>");
|
|
this.a = aVar;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof e0) && this.a == ((e0) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "AdInstancePerformance(performance=" + this.a + ')';
|
|
}
|
|
}
|