34 lines
715 B
Java
34 lines
715 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.io.UnsupportedEncodingException;
|
|
import java.net.URLEncoder;
|
|
|
|
/* renamed from: o.fC, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C12607fC {
|
|
|
|
@SerializedName("barcode")
|
|
private String a;
|
|
|
|
@SerializedName("tilesVersion")
|
|
public String e;
|
|
|
|
public static C12607fC d() {
|
|
return new C12607fC();
|
|
}
|
|
|
|
private C12607fC() {
|
|
}
|
|
|
|
public final C12607fC c(String str) {
|
|
this.a = str;
|
|
try {
|
|
this.a = URLEncoder.encode(str, "utf-8");
|
|
} catch (UnsupportedEncodingException e) {
|
|
guQ.a(e);
|
|
}
|
|
return this;
|
|
}
|
|
}
|