35 lines
746 B
Java
35 lines
746 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.aN, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public class C1741aN {
|
|
|
|
@SerializedName("allTilesFlag")
|
|
private Integer a;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private String b;
|
|
|
|
@SerializedName("isExpand")
|
|
private Boolean c;
|
|
|
|
@SerializedName("parentTileId")
|
|
private String d;
|
|
|
|
@SerializedName("deviceId")
|
|
private String e = null;
|
|
|
|
@SerializedName("userMode")
|
|
private final String i;
|
|
|
|
public C1741aN(String str, String str2, Boolean bool, Integer num, String str3) {
|
|
this.b = str;
|
|
this.d = str2;
|
|
this.c = bool;
|
|
this.a = num;
|
|
this.i = str3;
|
|
}
|
|
}
|