- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
33 lines
584 B
Java
33 lines
584 B
Java
package com.mbridge.msdk.newreward.function.command;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class b {
|
|
private f a;
|
|
private Object b;
|
|
private Object c;
|
|
|
|
public final f a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final void a(f fVar) {
|
|
this.a = fVar;
|
|
}
|
|
|
|
public final void a(Object obj) {
|
|
this.b = obj;
|
|
}
|
|
|
|
public final Object b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final void a(b bVar) {
|
|
if (bVar != null) {
|
|
this.c = bVar.c;
|
|
this.a = bVar.a;
|
|
this.b = bVar.b;
|
|
}
|
|
}
|
|
}
|