45 lines
743 B
Java
45 lines
743 B
Java
package com.baidu.license.download.a;
|
|
|
|
import java.io.File;
|
|
|
|
/* compiled from: DownloadInfo.java */
|
|
/* loaded from: classes.dex */
|
|
public final class oi {
|
|
private String a;
|
|
private File b;
|
|
private long c;
|
|
private long d;
|
|
|
|
public oi(String str, String str2, File file) {
|
|
this.a = str;
|
|
this.b = file;
|
|
}
|
|
|
|
public final String a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final void a(boolean z) {
|
|
}
|
|
|
|
public final File b() {
|
|
return this.b;
|
|
}
|
|
|
|
public final long c() {
|
|
return this.c;
|
|
}
|
|
|
|
public final long d() {
|
|
return this.d;
|
|
}
|
|
|
|
public final void a(long j) {
|
|
this.c = j;
|
|
}
|
|
|
|
public final void b(long j) {
|
|
this.d = j;
|
|
}
|
|
}
|