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

57 lines
967 B
Java

package com.mbridge.msdk.foundation.entity;
/* loaded from: classes4.dex */
public final class d {
private int d;
private int g;
private String a = "";
private String b = "";
private String c = "";
private String e = "";
private String f = "";
public final String a() {
return this.b;
}
public final void a(int i) {
this.d = i;
}
public final void a(String str) {
this.a = str;
}
public final String b() {
return this.c;
}
public final void b(int i) {
this.g = i;
}
public final void b(String str) {
this.b = str;
}
public final int c() {
return this.d;
}
public final void c(String str) {
this.c = str;
}
public final String d() {
return this.f;
}
public final void d(String str) {
this.e = str;
}
public final void e(String str) {
this.f = str;
}
}