- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
95 lines
1.6 KiB
Java
95 lines
1.6 KiB
Java
package com.mbridge.msdk.click.a;
|
|
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
import java.util.HashSet;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class b {
|
|
public static int a = 0;
|
|
public static int b = 1;
|
|
private String c;
|
|
private int d;
|
|
private HashSet<String> e = new HashSet<>();
|
|
private long f = System.currentTimeMillis();
|
|
private CampaignEx g;
|
|
private String h;
|
|
private int i;
|
|
private boolean j;
|
|
private boolean k;
|
|
private int l;
|
|
|
|
public final void a(int i) {
|
|
this.l = i;
|
|
}
|
|
|
|
public final void a(CampaignEx campaignEx) {
|
|
this.g = campaignEx;
|
|
}
|
|
|
|
public final void a(String str) {
|
|
this.h = str;
|
|
}
|
|
|
|
public final void a(boolean z) {
|
|
this.j = z;
|
|
}
|
|
|
|
public final boolean a() {
|
|
return this.j;
|
|
}
|
|
|
|
public final void b(int i) {
|
|
this.i = i;
|
|
}
|
|
|
|
public final void b(boolean z) {
|
|
this.k = z;
|
|
}
|
|
|
|
public final boolean b() {
|
|
return this.k;
|
|
}
|
|
|
|
public final int c() {
|
|
return this.l;
|
|
}
|
|
|
|
public final int d() {
|
|
return this.i;
|
|
}
|
|
|
|
public final String e() {
|
|
return this.h;
|
|
}
|
|
|
|
public final CampaignEx f() {
|
|
return this.g;
|
|
}
|
|
|
|
public final String g() {
|
|
return this.c;
|
|
}
|
|
|
|
public final int h() {
|
|
return this.d;
|
|
}
|
|
|
|
public final HashSet<String> i() {
|
|
return this.e;
|
|
}
|
|
|
|
public final long j() {
|
|
return this.f;
|
|
}
|
|
|
|
public b(String str, String str2) {
|
|
this.c = str;
|
|
b(str2);
|
|
}
|
|
|
|
public final void b(String str) {
|
|
this.d++;
|
|
this.e.add(str);
|
|
}
|
|
}
|