- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
90 lines
1.5 KiB
Java
90 lines
1.5 KiB
Java
package com.mbridge.msdk.click.entity;
|
|
|
|
import android.content.Context;
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class b {
|
|
private Context a;
|
|
private String b;
|
|
private String c;
|
|
private String d;
|
|
private CampaignEx e;
|
|
private boolean f;
|
|
private boolean g;
|
|
private boolean h;
|
|
private int i;
|
|
|
|
public final Context a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final void a(int i) {
|
|
this.i = i;
|
|
}
|
|
|
|
public final void a(Context context) {
|
|
this.a = context;
|
|
}
|
|
|
|
public final void a(CampaignEx campaignEx) {
|
|
this.e = campaignEx;
|
|
}
|
|
|
|
public final void a(String str) {
|
|
this.b = str;
|
|
}
|
|
|
|
public final void a(boolean z) {
|
|
this.f = z;
|
|
}
|
|
|
|
public final String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final void b(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public final void b(boolean z) {
|
|
this.g = z;
|
|
}
|
|
|
|
public final String c() {
|
|
return this.c;
|
|
}
|
|
|
|
public final void c(String str) {
|
|
this.d = str;
|
|
}
|
|
|
|
public final void c(boolean z) {
|
|
this.h = z;
|
|
}
|
|
|
|
public final String d() {
|
|
return this.d;
|
|
}
|
|
|
|
public final CampaignEx e() {
|
|
return this.e;
|
|
}
|
|
|
|
public final boolean f() {
|
|
return this.f;
|
|
}
|
|
|
|
public final boolean g() {
|
|
return this.g;
|
|
}
|
|
|
|
public final boolean h() {
|
|
return this.h;
|
|
}
|
|
|
|
public final int i() {
|
|
return this.i;
|
|
}
|
|
}
|