- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
57 lines
967 B
Java
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;
|
|
}
|
|
}
|