- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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 + ')';
|
|
}
|
|
}
|