- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
63 lines
1.1 KiB
Java
63 lines
1.1 KiB
Java
package com.mbridge.msdk.newreward.b;
|
|
|
|
import com.mbridge.msdk.newreward.a.e;
|
|
import com.mbridge.msdk.newreward.function.e.f;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class b {
|
|
private String a;
|
|
private String b;
|
|
private String c;
|
|
private e d;
|
|
private f e;
|
|
private int f;
|
|
private boolean g;
|
|
|
|
public final e a() {
|
|
return this.d;
|
|
}
|
|
|
|
public final void a(e eVar) {
|
|
this.d = eVar;
|
|
}
|
|
|
|
public final void a(f fVar) {
|
|
this.e = fVar;
|
|
}
|
|
|
|
public final void a(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public final String b() {
|
|
return this.c;
|
|
}
|
|
|
|
public final String c() {
|
|
return this.a;
|
|
}
|
|
|
|
public final String d() {
|
|
return this.b;
|
|
}
|
|
|
|
public final int e() {
|
|
return this.f;
|
|
}
|
|
|
|
public final boolean f() {
|
|
return this.g;
|
|
}
|
|
|
|
public final f g() {
|
|
return this.e;
|
|
}
|
|
|
|
public b(String str, String str2, int i, boolean z) {
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.f = i;
|
|
this.g = z;
|
|
}
|
|
}
|