package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes.dex */ public final class YMu { @SerializedName("adsId") public String a; @SerializedName("adsList") public List b; @SerializedName("applicationURL") public String c; @SerializedName("adsName") public String d; @SerializedName("autoSaveRequiredFlag") public Integer e; @SerializedName("deeplinkURL") public String f; @SerializedName("tiles") public List g; @SerializedName("permissionFlag") public String h; @SerializedName("customUserAgentFlag") public Integer i; @SerializedName("functionId") public String j; @SerializedName("urlEN") public String k; /* renamed from: o, reason: collision with root package name */ @SerializedName("urlTH") public String f8461o; /* JADX WARN: Multi-variable type inference failed */ public YMu(String str, String str2, String str3, String str4, Integer num, Integer num2, List list, String str5, String str6, String str7, String str8, List list2) { this.k = str; this.h = str2; this.f8461o = str3; this.j = str4; this.e = num; this.i = num2; this.g = list; this.c = str5; this.f = str6; this.a = str7; this.d = str8; this.b = list2; } public YMu() { this(null, null, null, null, 0, 0, null, null, null, null, null, null); } }