Files
rr3-apk/decompiled/sources/com/mbridge/msdk/foundation/entity/m.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

56 lines
890 B
Java

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