47 lines
896 B
Java
47 lines
896 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.ac, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C2303ac {
|
||
|
|
||
|
@SerializedName("schedule")
|
||
|
private JiO c;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
private String d;
|
||
|
|
||
|
@SerializedName("clientNo")
|
||
|
private String e;
|
||
|
|
||
|
private C2303ac(RVV rvv) {
|
||
|
this.e = rvv.c;
|
||
|
this.c = rvv.e;
|
||
|
this.d = rvv.b;
|
||
|
}
|
||
|
|
||
|
public static RVV b() {
|
||
|
return new RVV((byte) 0);
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.ac$RVV */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class RVV {
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public JiO e;
|
||
|
|
||
|
private RVV() {
|
||
|
}
|
||
|
|
||
|
/* synthetic */ RVV(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C2303ac(RVV rvv, byte b) {
|
||
|
this(rvv);
|
||
|
}
|
||
|
}
|