- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
82 lines
1.3 KiB
Java
82 lines
1.3 KiB
Java
package com.mbridge.msdk.foundation.entity;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class c {
|
|
private int a;
|
|
private List<String> d;
|
|
private int i;
|
|
private int j;
|
|
private String b = "";
|
|
private String c = "";
|
|
private String e = "";
|
|
private long f = 0;
|
|
private long g = 0;
|
|
private long h = 0;
|
|
|
|
public final String a() {
|
|
return this.b;
|
|
}
|
|
|
|
public final void a(int i) {
|
|
this.a = i;
|
|
}
|
|
|
|
public final void a(long j) {
|
|
this.f = j;
|
|
}
|
|
|
|
public final void a(String str) {
|
|
this.b = str;
|
|
}
|
|
|
|
public final void a(List<String> list) {
|
|
this.d = list;
|
|
}
|
|
|
|
public final String b() {
|
|
return this.c;
|
|
}
|
|
|
|
public final void b(int i) {
|
|
this.i = i;
|
|
}
|
|
|
|
public final void b(long j) {
|
|
this.g = j;
|
|
}
|
|
|
|
public final void b(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
public final List<String> c() {
|
|
return this.d;
|
|
}
|
|
|
|
public final void c(int i) {
|
|
this.j = i;
|
|
}
|
|
|
|
public final void c(long j) {
|
|
this.h = j;
|
|
}
|
|
|
|
public final void c(String str) {
|
|
this.e = str;
|
|
}
|
|
|
|
public final String d() {
|
|
return this.e;
|
|
}
|
|
|
|
public final long e() {
|
|
return this.g;
|
|
}
|
|
|
|
public final long f() {
|
|
return this.h;
|
|
}
|
|
}
|