- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1120 lines
30 KiB
Java
1120 lines
30 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.IronSource;
|
|
import com.ironsource.mediationsdk.utils.IronSourceConstants;
|
|
import com.unity3d.ironsourceads.AdSize;
|
|
import java.util.Map;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class f3 {
|
|
public static final f3 a = new f3();
|
|
|
|
public static final class a implements g3 {
|
|
private final IronSource.AD_UNIT a;
|
|
|
|
public a(IronSource.AD_UNIT value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this.a = value;
|
|
}
|
|
|
|
public static /* synthetic */ a a(a aVar, IronSource.AD_UNIT ad_unit, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
ad_unit = aVar.a;
|
|
}
|
|
return aVar.a(ad_unit);
|
|
}
|
|
|
|
private final IronSource.AD_UNIT a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final a a(IronSource.AD_UNIT value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
return new a(value);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("adUnit", Integer.valueOf(ks.b(this.a)));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof a) && this.a == ((a) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "AdFormatEntity(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class b implements g3 {
|
|
private final String a;
|
|
|
|
public b(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this.a = value;
|
|
}
|
|
|
|
public static /* synthetic */ b a(b bVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = bVar.a;
|
|
}
|
|
return bVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final b a(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
return new b(value);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_IRONSOURCE_AD_OBJECT_ID, this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof b) && Intrinsics.areEqual(this.a, ((b) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "AdIdentifier(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class c implements g3 {
|
|
private final AdSize a;
|
|
|
|
public c(AdSize size) {
|
|
Intrinsics.checkNotNullParameter(size, "size");
|
|
this.a = size;
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
int i;
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
String sizeDescription = this.a.getSizeDescription();
|
|
int hashCode = sizeDescription.hashCode();
|
|
if (hashCode == -96588539) {
|
|
if (sizeDescription.equals(com.ironsource.mediationsdk.l.g)) {
|
|
i = 3;
|
|
}
|
|
i = 0;
|
|
} else if (hashCode == 72205083) {
|
|
if (sizeDescription.equals(com.ironsource.mediationsdk.l.b)) {
|
|
i = 2;
|
|
}
|
|
i = 0;
|
|
} else if (hashCode != 446888797) {
|
|
if (hashCode == 1951953708 && sizeDescription.equals(com.ironsource.mediationsdk.l.a)) {
|
|
i = 1;
|
|
}
|
|
i = 0;
|
|
} else {
|
|
if (sizeDescription.equals(com.ironsource.mediationsdk.l.d)) {
|
|
i = 4;
|
|
}
|
|
i = 0;
|
|
}
|
|
bundle.put(com.ironsource.mediationsdk.l.h, Integer.valueOf(i));
|
|
}
|
|
}
|
|
|
|
public static final class d implements g3 {
|
|
private final String a;
|
|
|
|
public d(String auctionId) {
|
|
Intrinsics.checkNotNullParameter(auctionId, "auctionId");
|
|
this.a = auctionId;
|
|
}
|
|
|
|
public static /* synthetic */ d a(d dVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = dVar.a;
|
|
}
|
|
return dVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final d a(String auctionId) {
|
|
Intrinsics.checkNotNullParameter(auctionId, "auctionId");
|
|
return new d(auctionId);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("auctionId", this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof d) && Intrinsics.areEqual(this.a, ((d) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "AuctionId(auctionId=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class e implements g3 {
|
|
private final int a;
|
|
|
|
public e(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ e a(e eVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = eVar.a;
|
|
}
|
|
return eVar.a(i);
|
|
}
|
|
|
|
public final e a(int i) {
|
|
return new e(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_DEMAND_ONLY, Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof e) && this.a == ((e) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "DemandOnly(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class f implements g3 {
|
|
private final long a;
|
|
|
|
public f(long j) {
|
|
this.a = j;
|
|
}
|
|
|
|
private final long a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ f a(f fVar, long j, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
j = fVar.a;
|
|
}
|
|
return fVar.a(j);
|
|
}
|
|
|
|
public final f a(long j) {
|
|
return new f(j);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_DURATION, Long.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof f) && this.a == ((f) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Long.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "Duration(duration=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class g implements g3 {
|
|
private final String a;
|
|
|
|
public g(String dynamicSourceId) {
|
|
Intrinsics.checkNotNullParameter(dynamicSourceId, "dynamicSourceId");
|
|
this.a = dynamicSourceId;
|
|
}
|
|
|
|
public static /* synthetic */ g a(g gVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = gVar.a;
|
|
}
|
|
return gVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final g a(String dynamicSourceId) {
|
|
Intrinsics.checkNotNullParameter(dynamicSourceId, "dynamicSourceId");
|
|
return new g(dynamicSourceId);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("dynamicDemandSource", this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof g) && Intrinsics.areEqual(this.a, ((g) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "DynamicDemandSourceId(dynamicSourceId=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class h implements g3 {
|
|
private final String a;
|
|
|
|
public h(String sourceId) {
|
|
Intrinsics.checkNotNullParameter(sourceId, "sourceId");
|
|
this.a = sourceId;
|
|
}
|
|
|
|
public static /* synthetic */ h a(h hVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = hVar.a;
|
|
}
|
|
return hVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final h a(String sourceId) {
|
|
Intrinsics.checkNotNullParameter(sourceId, "sourceId");
|
|
return new h(sourceId);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("dynamicDemandSource", this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof h) && Intrinsics.areEqual(this.a, ((h) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "DynamicSourceId(sourceId=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class i implements g3 {
|
|
public static final i a = new i();
|
|
|
|
private i() {
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
}
|
|
}
|
|
|
|
public static final class j implements g3 {
|
|
private final int a;
|
|
|
|
public j(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ j a(j jVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = jVar.a;
|
|
}
|
|
return jVar.a(i);
|
|
}
|
|
|
|
public final j a(int i) {
|
|
return new j(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("errorCode", Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof j) && this.a == ((j) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "ErrorCode(code=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class k implements g3 {
|
|
private final String a;
|
|
|
|
public k(String str) {
|
|
this.a = str;
|
|
}
|
|
|
|
public static /* synthetic */ k a(k kVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = kVar.a;
|
|
}
|
|
return kVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final k a(String str) {
|
|
return new k(str);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
String str = this.a;
|
|
if (str == null || str.length() == 0) {
|
|
return;
|
|
}
|
|
bundle.put("reason", this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof k) && Intrinsics.areEqual(this.a, ((k) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
String str = this.a;
|
|
if (str == null) {
|
|
return 0;
|
|
}
|
|
return str.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "ErrorReason(reason=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class l implements g3 {
|
|
private final String a;
|
|
|
|
public l(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this.a = value;
|
|
}
|
|
|
|
public static /* synthetic */ l a(l lVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = lVar.a;
|
|
}
|
|
return lVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final l a(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
return new l(value);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_EXT1, this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof l) && Intrinsics.areEqual(this.a, ((l) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "Ext1(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class m implements g3 {
|
|
private final JSONObject a;
|
|
|
|
public m(JSONObject jSONObject) {
|
|
this.a = jSONObject;
|
|
}
|
|
|
|
public static /* synthetic */ m a(m mVar, JSONObject jSONObject, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
jSONObject = mVar.a;
|
|
}
|
|
return mVar.a(jSONObject);
|
|
}
|
|
|
|
private final JSONObject a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final m a(JSONObject jSONObject) {
|
|
return new m(jSONObject);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
JSONObject jSONObject = this.a;
|
|
if (jSONObject == null) {
|
|
return;
|
|
}
|
|
bundle.put("genericParams", jSONObject);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof m) && Intrinsics.areEqual(this.a, ((m) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
JSONObject jSONObject = this.a;
|
|
if (jSONObject == null) {
|
|
return 0;
|
|
}
|
|
return jSONObject.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "GenericParams(genericParams=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class n implements g3 {
|
|
private final int a;
|
|
|
|
public n(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ n a(n nVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = nVar.a;
|
|
}
|
|
return nVar.a(i);
|
|
}
|
|
|
|
public final n a(int i) {
|
|
return new n(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("instanceType", Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof n) && this.a == ((n) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "InstanceType(instanceType=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class o implements g3 {
|
|
private final int a;
|
|
|
|
public o(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ o a(o oVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = oVar.a;
|
|
}
|
|
return oVar.a(i);
|
|
}
|
|
|
|
public final o a(int i) {
|
|
return new o(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("isMultipleAdObjects", Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof o) && this.a == ((o) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "MultipleAdObjects(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class p implements g3 {
|
|
private final int a;
|
|
|
|
public p(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ p a(p pVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = pVar.a;
|
|
}
|
|
return pVar.a(i);
|
|
}
|
|
|
|
public final p a(int i) {
|
|
return new p(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("isOneFlow", Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof p) && this.a == ((p) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "OneFlow(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class q implements g3 {
|
|
private final String a;
|
|
|
|
public q(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this.a = value;
|
|
}
|
|
|
|
public static /* synthetic */ q a(q qVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = qVar.a;
|
|
}
|
|
return qVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final q a(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
return new q(value);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("placement", this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof q) && Intrinsics.areEqual(this.a, ((q) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "Placement(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class r implements g3 {
|
|
private final int a;
|
|
|
|
public r(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ r a(r rVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = rVar.a;
|
|
}
|
|
return rVar.a(i);
|
|
}
|
|
|
|
public final r a(int i) {
|
|
return new r(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_PROGRAMMATIC, Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof r) && this.a == ((r) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "Programmatic(programmatic=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class s implements g3 {
|
|
private final String a;
|
|
|
|
public s(String sourceName) {
|
|
Intrinsics.checkNotNullParameter(sourceName, "sourceName");
|
|
this.a = sourceName;
|
|
}
|
|
|
|
public static /* synthetic */ s a(s sVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = sVar.a;
|
|
}
|
|
return sVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final s a(String sourceName) {
|
|
Intrinsics.checkNotNullParameter(sourceName, "sourceName");
|
|
return new s(sourceName);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_PROVIDER, this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof s) && Intrinsics.areEqual(this.a, ((s) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "Provider(sourceName=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class t implements g3 {
|
|
private final int a;
|
|
|
|
public t(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ t a(t tVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = tVar.a;
|
|
}
|
|
return tVar.a(i);
|
|
}
|
|
|
|
public final t a(int i) {
|
|
return new t(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_REWARD_AMOUNT, Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof t) && this.a == ((t) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "RewardAmount(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class u implements g3 {
|
|
private final String a;
|
|
|
|
public u(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this.a = value;
|
|
}
|
|
|
|
public static /* synthetic */ u a(u uVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = uVar.a;
|
|
}
|
|
return uVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final u a(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
return new u(value);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_REWARD_NAME, this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof u) && Intrinsics.areEqual(this.a, ((u) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "RewardName(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class v implements g3 {
|
|
private final String a;
|
|
|
|
public v(String version) {
|
|
Intrinsics.checkNotNullParameter(version, "version");
|
|
this.a = version;
|
|
}
|
|
|
|
public static /* synthetic */ v a(v vVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = vVar.a;
|
|
}
|
|
return vVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final v a(String version) {
|
|
Intrinsics.checkNotNullParameter(version, "version");
|
|
return new v(version);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_PROVIDER_SDK_VERSION, this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof v) && Intrinsics.areEqual(this.a, ((v) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "SdkVersion(version=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class w implements g3 {
|
|
private final int a;
|
|
|
|
public w(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
private final int a() {
|
|
return this.a;
|
|
}
|
|
|
|
public static /* synthetic */ w a(w wVar, int i, int i2, Object obj) {
|
|
if ((i2 & 1) != 0) {
|
|
i = wVar.a;
|
|
}
|
|
return wVar.a(i);
|
|
}
|
|
|
|
public final w a(int i) {
|
|
return new w(i);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("sessionDepth", Integer.valueOf(this.a));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof w) && this.a == ((w) obj).a;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Integer.hashCode(this.a);
|
|
}
|
|
|
|
public String toString() {
|
|
return "SessionDepth(sessionDepth=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class x implements g3 {
|
|
private final String a;
|
|
|
|
public x(String subProviderId) {
|
|
Intrinsics.checkNotNullParameter(subProviderId, "subProviderId");
|
|
this.a = subProviderId;
|
|
}
|
|
|
|
public static /* synthetic */ x a(x xVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = xVar.a;
|
|
}
|
|
return xVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final x a(String subProviderId) {
|
|
Intrinsics.checkNotNullParameter(subProviderId, "subProviderId");
|
|
return new x(subProviderId);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put("spId", this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof x) && Intrinsics.areEqual(this.a, ((x) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "SubProviderId(subProviderId=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
public static final class y implements g3 {
|
|
private final String a;
|
|
|
|
public y(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
this.a = value;
|
|
}
|
|
|
|
public static /* synthetic */ y a(y yVar, String str, int i, Object obj) {
|
|
if ((i & 1) != 0) {
|
|
str = yVar.a;
|
|
}
|
|
return yVar.a(str);
|
|
}
|
|
|
|
private final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final y a(String value) {
|
|
Intrinsics.checkNotNullParameter(value, "value");
|
|
return new y(value);
|
|
}
|
|
|
|
@Override // com.ironsource.g3
|
|
public void a(Map<String, Object> bundle) {
|
|
Intrinsics.checkNotNullParameter(bundle, "bundle");
|
|
bundle.put(IronSourceConstants.EVENTS_TRANS_ID, this.a);
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof y) && Intrinsics.areEqual(this.a, ((y) obj).a);
|
|
}
|
|
|
|
public int hashCode() {
|
|
return this.a.hashCode();
|
|
}
|
|
|
|
public String toString() {
|
|
return "TransId(value=" + this.a + ')';
|
|
}
|
|
}
|
|
|
|
private f3() {
|
|
}
|
|
}
|