45 lines
774 B
Java
45 lines
774 B
Java
package com.baidu.license.download.a;
|
|
|
|
/* compiled from: ThreadRecord.java */
|
|
/* loaded from: classes.dex */
|
|
public final class e {
|
|
private String a;
|
|
private long b;
|
|
private long c;
|
|
private long d;
|
|
|
|
public e() {
|
|
}
|
|
|
|
public final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final long b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final long c() {
|
|
return this.c;
|
|
}
|
|
|
|
public final long d() {
|
|
return this.d;
|
|
}
|
|
|
|
public e(String str, String str2) {
|
|
this(0, str, str2, 0L, 0L);
|
|
}
|
|
|
|
public final void a(long j) {
|
|
this.d = j;
|
|
}
|
|
|
|
public e(int i, String str, String str2, long j, long j2) {
|
|
this.a = str2;
|
|
this.b = j;
|
|
this.c = j2;
|
|
this.d = 0L;
|
|
}
|
|
}
|