- 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
108 lines
2.1 KiB
Java
108 lines
2.1 KiB
Java
package com.mbridge.msdk.foundation.b;
|
|
|
|
import android.text.TextUtils;
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
import com.mbridge.msdk.foundation.tools.z;
|
|
import java.util.concurrent.CopyOnWriteArrayList;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class b {
|
|
private CopyOnWriteArrayList<CampaignEx> a;
|
|
private double b;
|
|
private String c;
|
|
private String d;
|
|
private int e;
|
|
private long f;
|
|
private int g;
|
|
private long h;
|
|
private String i;
|
|
private long j;
|
|
|
|
public final long a() {
|
|
return this.j;
|
|
}
|
|
|
|
public final void a(int i) {
|
|
this.e = i;
|
|
}
|
|
|
|
public final void a(long j) {
|
|
this.j = j;
|
|
}
|
|
|
|
public final void a(CopyOnWriteArrayList<CampaignEx> copyOnWriteArrayList) {
|
|
this.a = copyOnWriteArrayList;
|
|
}
|
|
|
|
public final CopyOnWriteArrayList<CampaignEx> b() {
|
|
return this.a;
|
|
}
|
|
|
|
public final void b(int i) {
|
|
this.g = i;
|
|
}
|
|
|
|
public final void b(long j) {
|
|
this.h = j;
|
|
}
|
|
|
|
public final void b(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public final double c() {
|
|
return this.b;
|
|
}
|
|
|
|
public final void c(long j) {
|
|
this.f = j;
|
|
}
|
|
|
|
public final void c(String str) {
|
|
this.d = str;
|
|
}
|
|
|
|
public final String d() {
|
|
return this.c;
|
|
}
|
|
|
|
public final void d(String str) {
|
|
this.i = str;
|
|
}
|
|
|
|
public final String e() {
|
|
return this.d;
|
|
}
|
|
|
|
public final int f() {
|
|
return this.e;
|
|
}
|
|
|
|
public final int g() {
|
|
return this.g;
|
|
}
|
|
|
|
public final long h() {
|
|
return this.h;
|
|
}
|
|
|
|
public final void a(String str) {
|
|
if (TextUtils.isEmpty(str)) {
|
|
return;
|
|
}
|
|
String a = z.a(str);
|
|
if (TextUtils.isEmpty(a)) {
|
|
return;
|
|
}
|
|
try {
|
|
double parseDouble = Double.parseDouble(a);
|
|
if (parseDouble <= 0.0d) {
|
|
return;
|
|
}
|
|
this.b = parseDouble;
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
}
|