45 lines
783 B
Java
45 lines
783 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class T {
|
|
|
|
@SerializedName("clientNo")
|
|
private String a;
|
|
|
|
@SerializedName("schedule")
|
|
private JiO c;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private String d;
|
|
|
|
private T(HBt hBt) {
|
|
this.a = hBt.d;
|
|
this.c = hBt.a;
|
|
this.d = hBt.b;
|
|
}
|
|
|
|
public static HBt d() {
|
|
return new HBt((byte) 0);
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
public JiO a;
|
|
public String b;
|
|
public String d;
|
|
|
|
private HBt() {
|
|
}
|
|
|
|
/* synthetic */ HBt(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ T(HBt hBt, byte b) {
|
|
this(hBt);
|
|
}
|
|
}
|