Files
rr3-apk/decompiled/sources/com/mbridge/msdk/tracker/e.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

111 lines
2.0 KiB
Java

package com.mbridge.msdk.tracker;
import java.io.Serializable;
import java.util.UUID;
import org.json.JSONObject;
/* loaded from: classes4.dex */
public final class e implements Serializable {
private String a;
private JSONObject d;
private h i;
private int b = 0;
private int c = 0;
private long g = 0;
private long h = 604800000;
private boolean j = false;
private boolean k = false;
private long f = System.currentTimeMillis();
private String e = UUID.randomUUID().toString();
public final String a() {
return this.a;
}
public final void a(int i) {
this.b = i;
}
public final void a(long j) {
this.f = j;
}
public final void a(h hVar) {
this.i = hVar;
}
public final void a(String str) {
this.e = str;
}
public final void a(JSONObject jSONObject) {
this.d = jSONObject;
}
public final void a(boolean z) {
this.k = z;
}
public final int b() {
return this.b;
}
public final void b(int i) {
this.c = i;
}
public final void b(long j) {
this.g = j;
}
public final int c() {
return this.c;
}
public final void c(long j) {
this.h = j;
}
public final String e() {
return this.e;
}
public final long f() {
return this.f;
}
public final long g() {
return this.g;
}
public final long h() {
return this.h;
}
public final h i() {
return this.i;
}
public final boolean j() {
return this.j;
}
public final boolean k() {
return this.k;
}
public e(String str) {
this.a = str;
}
public final JSONObject d() {
JSONObject jSONObject = this.d;
if (jSONObject != null) {
return jSONObject;
}
JSONObject jSONObject2 = new JSONObject();
this.d = jSONObject2;
return jSONObject2;
}
}