- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
89 lines
1.5 KiB
Java
89 lines
1.5 KiB
Java
package com.ironsource;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class s2 extends wp {
|
|
private static String h = "type";
|
|
private static String i = "numOfAdUnits";
|
|
private static String j = "firstCampaignCredits";
|
|
private static String k = "totalNumberCredits";
|
|
private static String l = "productType";
|
|
private String b;
|
|
private String c;
|
|
private String d;
|
|
private String e;
|
|
private String f;
|
|
private boolean g;
|
|
|
|
public s2(String str) {
|
|
super(str);
|
|
boolean z;
|
|
if (a(h)) {
|
|
k(d(h));
|
|
}
|
|
if (a(i)) {
|
|
h(d(i));
|
|
z = true;
|
|
} else {
|
|
z = false;
|
|
}
|
|
a(z);
|
|
if (a(j)) {
|
|
g(d(j));
|
|
}
|
|
if (a(k)) {
|
|
j(d(k));
|
|
}
|
|
if (a(l)) {
|
|
i(d(l));
|
|
}
|
|
}
|
|
|
|
private void a(boolean z) {
|
|
this.g = z;
|
|
}
|
|
|
|
public String b() {
|
|
return this.e;
|
|
}
|
|
|
|
public String c() {
|
|
return this.d;
|
|
}
|
|
|
|
public String d() {
|
|
return this.c;
|
|
}
|
|
|
|
public String e() {
|
|
return this.f;
|
|
}
|
|
|
|
public String f() {
|
|
return this.b;
|
|
}
|
|
|
|
public void g(String str) {
|
|
this.e = str;
|
|
}
|
|
|
|
public boolean g() {
|
|
return this.g;
|
|
}
|
|
|
|
public void h(String str) {
|
|
this.d = str;
|
|
}
|
|
|
|
public void i(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public void j(String str) {
|
|
this.f = str;
|
|
}
|
|
|
|
public void k(String str) {
|
|
this.b = str;
|
|
}
|
|
}
|