- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
180 lines
3.3 KiB
Java
180 lines
3.3 KiB
Java
package com.mbridge.msdk.splash.a;
|
|
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class c {
|
|
private String a;
|
|
private String b;
|
|
private CampaignEx c;
|
|
private String d;
|
|
private boolean e;
|
|
private int f;
|
|
private int g;
|
|
private int h;
|
|
private int i;
|
|
private int j;
|
|
private int k;
|
|
private int l;
|
|
private int m;
|
|
private int n;
|
|
|
|
public final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final CampaignEx c() {
|
|
return this.c;
|
|
}
|
|
|
|
public final boolean d() {
|
|
return this.e;
|
|
}
|
|
|
|
public final int e() {
|
|
return this.f;
|
|
}
|
|
|
|
public final int f() {
|
|
return this.g;
|
|
}
|
|
|
|
public final int g() {
|
|
return this.h;
|
|
}
|
|
|
|
public final int h() {
|
|
return this.i;
|
|
}
|
|
|
|
public final int i() {
|
|
return this.j;
|
|
}
|
|
|
|
public final int j() {
|
|
return this.k;
|
|
}
|
|
|
|
public final int k() {
|
|
return this.l;
|
|
}
|
|
|
|
public final int l() {
|
|
return this.n;
|
|
}
|
|
|
|
public final int m() {
|
|
return this.m;
|
|
}
|
|
|
|
public c(a aVar) {
|
|
this.g = 0;
|
|
this.h = 1;
|
|
this.i = 0;
|
|
this.j = 0;
|
|
this.k = 10;
|
|
this.l = 5;
|
|
this.m = 1;
|
|
this.a = aVar.a;
|
|
this.b = aVar.b;
|
|
this.c = aVar.c;
|
|
this.d = aVar.d;
|
|
this.e = aVar.e;
|
|
this.f = aVar.f;
|
|
this.g = aVar.g;
|
|
this.h = aVar.h;
|
|
this.i = aVar.i;
|
|
this.j = aVar.j;
|
|
this.k = aVar.k;
|
|
this.l = aVar.l;
|
|
this.n = aVar.n;
|
|
this.m = aVar.m;
|
|
}
|
|
|
|
public static class a {
|
|
private String a;
|
|
private String b;
|
|
private CampaignEx c;
|
|
private String d;
|
|
private boolean e;
|
|
private int f;
|
|
private int g = 0;
|
|
private int h = 1;
|
|
private int i = 0;
|
|
private int j = 0;
|
|
private int k = 10;
|
|
private int l = 5;
|
|
private int m = 1;
|
|
private int n;
|
|
|
|
public final a a(int i) {
|
|
this.f = i;
|
|
return this;
|
|
}
|
|
|
|
public final a a(CampaignEx campaignEx) {
|
|
this.c = campaignEx;
|
|
return this;
|
|
}
|
|
|
|
public final a a(String str) {
|
|
this.a = str;
|
|
return this;
|
|
}
|
|
|
|
public final a a(boolean z) {
|
|
this.e = z;
|
|
return this;
|
|
}
|
|
|
|
public final a b(int i) {
|
|
this.g = i;
|
|
return this;
|
|
}
|
|
|
|
public final a b(String str) {
|
|
this.b = str;
|
|
return this;
|
|
}
|
|
|
|
public final a c(int i) {
|
|
this.h = i;
|
|
return this;
|
|
}
|
|
|
|
public final a d(int i) {
|
|
this.i = i;
|
|
return this;
|
|
}
|
|
|
|
public final a e(int i) {
|
|
this.j = i;
|
|
return this;
|
|
}
|
|
|
|
public final a f(int i) {
|
|
this.k = i;
|
|
return this;
|
|
}
|
|
|
|
public final a g(int i) {
|
|
this.l = i;
|
|
return this;
|
|
}
|
|
|
|
public final a h(int i) {
|
|
this.n = i;
|
|
return this;
|
|
}
|
|
|
|
public final a i(int i) {
|
|
this.m = i;
|
|
return this;
|
|
}
|
|
}
|
|
}
|