26 lines
626 B
Java
26 lines
626 B
Java
package o;
|
|
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class fBC {
|
|
private String a;
|
|
private boolean c;
|
|
private String e;
|
|
|
|
public fBC(boolean z, String str, String str2) {
|
|
this.c = z;
|
|
this.a = str;
|
|
this.e = str2;
|
|
}
|
|
|
|
public final HashMap<String, Object> a() {
|
|
HashMap<String, Object> hashMap = new HashMap<>();
|
|
HashMap<String, Object> hashMap2 = hashMap;
|
|
hashMap2.put("isSuccess", Boolean.valueOf(this.c));
|
|
hashMap2.put("filePath", this.a);
|
|
hashMap2.put("errorMessage", this.e);
|
|
return hashMap;
|
|
}
|
|
}
|