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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,81 @@
package com.mbridge.msdk.foundation.entity;
import java.util.List;
/* loaded from: classes4.dex */
public final class c {
private int a;
private List<String> d;
private int i;
private int j;
private String b = "";
private String c = "";
private String e = "";
private long f = 0;
private long g = 0;
private long h = 0;
public final String a() {
return this.b;
}
public final void a(int i) {
this.a = i;
}
public final void a(long j) {
this.f = j;
}
public final void a(String str) {
this.b = str;
}
public final void a(List<String> list) {
this.d = list;
}
public final String b() {
return this.c;
}
public final void b(int i) {
this.i = i;
}
public final void b(long j) {
this.g = j;
}
public final void b(String str) {
this.c = str;
}
public final List<String> c() {
return this.d;
}
public final void c(int i) {
this.j = i;
}
public final void c(long j) {
this.h = j;
}
public final void c(String str) {
this.e = str;
}
public final String d() {
return this.e;
}
public final long e() {
return this.g;
}
public final long f() {
return this.h;
}
}