42 lines
772 B
Java
42 lines
772 B
Java
package com.google.zxing.client.android.book;
|
|
|
|
/* loaded from: classes.dex */
|
|
final class SearchBookContentsResult {
|
|
private static String e;
|
|
private final String a;
|
|
private final String b;
|
|
private final String c;
|
|
private final boolean d;
|
|
|
|
SearchBookContentsResult(String str, String str2, String str3, boolean z) {
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.c = str3;
|
|
this.d = z;
|
|
}
|
|
|
|
public static void a(String str) {
|
|
e = str;
|
|
}
|
|
|
|
public static String e() {
|
|
return e;
|
|
}
|
|
|
|
public String b() {
|
|
return this.b;
|
|
}
|
|
|
|
public String c() {
|
|
return this.c;
|
|
}
|
|
|
|
public boolean d() {
|
|
return this.d;
|
|
}
|
|
|
|
public String a() {
|
|
return this.a;
|
|
}
|
|
}
|