Files
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

70 lines
1.4 KiB
Java

package com.mbridge.msdk.tracker;
import java.io.Serializable;
/* loaded from: classes4.dex */
public final class i implements Serializable {
static String a = "CREATE TABLE IF NOT EXISTS %s (id INTEGER PRIMARY KEY,uuid TEXT,name TEXT,type INTEGER,time_stamp INTEGER,duration INTEGER,properties TEXT,priority INTEGER,state INTEGER,invalid_time INTEGER,ignore_max_timeout INTEGER,ignore_max_retry_times INTEGER,report_count INTEGER)";
static String b = "DROP TABLE IF EXISTS %s";
private final e c;
private int d;
private int e;
private final String f;
private long g;
private boolean h = false;
private boolean i = false;
public final void a(int i) {
this.d = i;
}
public final void a(long j) {
this.g = j;
}
public final void a(boolean z) {
this.h = z;
}
public final boolean a() {
return this.h;
}
public final void b(int i) {
this.e = i;
}
public final void b(boolean z) {
this.i = z;
}
public final boolean b() {
return this.i;
}
public final e c() {
return this.c;
}
public final int d() {
return this.d;
}
public final int e() {
return this.e;
}
public final String f() {
return this.f;
}
public final long g() {
return this.g;
}
public i(e eVar) {
this.c = eVar;
this.f = eVar.e();
}
}